Minor, rename accidentally named "context1" back to "context"

This commit is contained in:
Alexander Udalov
2014-05-06 18:43:34 +04:00
parent 68313172c2
commit 02e805b06e
@@ -797,7 +797,7 @@ public class ImplementationBodyCodegen extends ClassBodyCodegen {
public void generateBody(
@NotNull MethodVisitor mv,
@NotNull JvmMethodSignature signature,
@NotNull MethodContext context1,
@NotNull MethodContext context,
@Nullable MemberCodegen<?> parentCodegen
) {
Type componentType = signature.getReturnType();
@@ -823,7 +823,7 @@ public class ImplementationBodyCodegen extends ClassBodyCodegen {
public void generateBody(
@NotNull MethodVisitor mv,
@NotNull JvmMethodSignature signature,
@NotNull MethodContext context1,
@NotNull MethodContext context,
@Nullable MemberCodegen<?> parentCodegen
) {
InstructionAdapter iv = new InstructionAdapter(mv);