Skip to content

Commit aea01d9

Browse files
Evgeny GerashchenkoEvgeny Gerashchenko
authored andcommitted
Replaced non-ASCII symbol to fix compilation.
1 parent 0c4e23e commit aea01d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler/cli/src/org/jetbrains/jet/cli/jvm/compiler/KotlinToJVMBytecodeCompiler.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ public static ClassFileFactory compileModule(
7777
throw new CompileEnvironmentException("No source files where defined");
7878
}
7979

80-
// TODO creating environment copy each time not good. original environment shouldn't be passed at all
80+
// TODO creating environment copy each time - not good. original environment shouldn't be passed at all
8181
CompilerConfiguration compilerConfiguration = configuration.getEnvironment().getConfiguration().copy();
8282
for (String sourceFile : moduleBuilder.getSourceFiles()) {
8383
File source = new File(sourceFile);

0 commit comments

Comments
 (0)