need not be public, should not be public

This commit is contained in:
Robert Muir 2016-06-11 16:03:45 -04:00
parent 07baefac32
commit 5c352a063a
1 changed files with 1 additions and 1 deletions

View File

@ -164,7 +164,7 @@ public final class SSource extends AStatement {
null, null,
null).visitEnd(); null).visitEnd();
} }
final MethodWriter clinit = new MethodWriter(Opcodes.ACC_PUBLIC | Opcodes.ACC_STATIC, final MethodWriter clinit = new MethodWriter(Opcodes.ACC_STATIC,
WriterConstants.CLINIT, writer, expressions); WriterConstants.CLINIT, writer, expressions);
for (SFunction function : functions) { for (SFunction function : functions) {
final Handle handle = new Handle(Opcodes.H_INVOKESTATIC, final Handle handle = new Handle(Opcodes.H_INVOKESTATIC,