renaming/code moving to meet the code style

This commit is contained in:
Andrey Breslav
2012-03-29 17:52:58 +04:00
parent 752949687d
commit ed04839901
6 changed files with 75 additions and 76 deletions
@@ -58,7 +58,7 @@ public class BytecodeCompiler {
}
// lets register any compiler plugins
env.getMyEnvironment().getCompilerPlugins().addAll(getCompilerPlugins());
env.getEnvironment().getCompilerPlugins().addAll(getCompilerPlugins());
return env;
}