Fix a bad merge

There was a bad interaction between
commits 6777f54fa4
and 23e47f5621.

Change-Id: Ic408f8b4859d83d89c612748ee6e772b57830d96
This commit is contained in:
Neil Fuller
2016-02-19 16:50:14 +00:00
parent e3ced5b642
commit 6b6d8426fe

View File

@@ -122,7 +122,8 @@ class DelegateMethodAdapter extends MethodVisitor {
String className,
String methodName,
String desc,
boolean isStatic) {
boolean isStatic,
boolean isStaticClass) {
super(Main.ASM_VERSION);
mLog = log;
mOrgWriter = mvOriginal;