final modifiers added

This commit is contained in:
Alex Tkachman
2012-08-23 08:33:13 +03:00
parent f8edaad420
commit 21774f5288
@@ -22,8 +22,8 @@ import org.jetbrains.asm4.MethodVisitor;
* @author Stepan Koltsov
*/
public class StubCodegen {
private static String STUB_EXCEPTION = "java/lang/RuntimeException";
private static String STUB_EXCEPTION_MESSAGE = "Stubs are for compiler only, do not add them to runtime classpath";
private static final String STUB_EXCEPTION = "java/lang/RuntimeException";
private static final String STUB_EXCEPTION_MESSAGE = "Stubs are for compiler only, do not add them to runtime classpath";
private StubCodegen() {
}