From d1ad8bab58b5526ef8f8335f1f4f914d7a81b3ab Mon Sep 17 00:00:00 2001 From: aclement Date: Thu, 20 Oct 2005 08:32:36 +0000 Subject: [PATCH] swapped a letter --- tests/bugs150/pr110307/Case1.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/bugs150/pr110307/Case1.java b/tests/bugs150/pr110307/Case1.java index 880f8d188..b461e9202 100644 --- a/tests/bugs150/pr110307/Case1.java +++ b/tests/bugs150/pr110307/Case1.java @@ -12,7 +12,7 @@ interface AssociationSource { } aspect ExtendProduct { - Link AssociationSource._target = null; + Link AssociationSource._target = null; public Link AssociationSource.getTarget() { return _target; -- 2.39.5