View | Details | Raw Unified | Return to bug 131932 | Differences between
and this patch

Collapse All | Expand All

(-)src/org/aspectj/weaver/NewMethodTypeMunger.java (+1 lines)
Lines 107-112 Link Here
107
		}
107
		}
108
		NewMethodTypeMunger nmtm = new NewMethodTypeMunger(parameterizedSignature,getSuperMethodsCalled(),typeVariableAliases);
108
		NewMethodTypeMunger nmtm = new NewMethodTypeMunger(parameterizedSignature,getSuperMethodsCalled(),typeVariableAliases);
109
		nmtm.setDeclaredSignature(getSignature());
109
		nmtm.setDeclaredSignature(getSignature());
110
		nmtm.setSourceLocation(getSourceLocation());
110
		return nmtm;
111
		return nmtm;
111
	}
112
	}
112
	
113
	

Return to bug 131932