Fixed wrong constructor arguments order
This commit is contained in:
committed by
Andrey Breslav
parent
a8ca39754c
commit
73ca75cc0b
+1
-1
@@ -73,7 +73,7 @@ public class AnonymousObjectGeneration {
|
||||
boolean isStaticOrigin
|
||||
) {
|
||||
this(
|
||||
ownerInternalName, isSameModule, needReification,
|
||||
ownerInternalName, needReification, isSameModule,
|
||||
new HashMap<Integer, LambdaInfo>(), false, alreadyRegenerated, null, isStaticOrigin
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user