[Minor] code cleanup

This commit is contained in:
Robert von Burg 2014-01-31 16:14:47 +01:00
parent 3eed58f19a
commit e667ca9001
1 changed files with 1 additions and 1 deletions

View File

@ -88,7 +88,7 @@ public final class RuntimeMock {
throw new RuntimeException(msg);
}
logger.info(MessageFormat.format("Mocking runtime from {0} to {1}", rootSrc.getAbsolutePath(),
logger.info(MessageFormat.format("Mocking runtime from {0} to {1}", rootSrc.getAbsolutePath(), //$NON-NLS-1$
rootPathF.getAbsolutePath()));
if (!FileHelper.copy(rootSrc.listFiles(), rootPathF, false)) {