### Eclipse Workspace Patch 1.0 #P weaver Index: src/org/aspectj/weaver/weaver-messages.properties =================================================================== RCS file: /home/technology/org.aspectj/modules/weaver/src/org/aspectj/weaver/weaver-messages.properties,v retrieving revision 1.43 diff -u -r1.43 weaver-messages.properties --- src/org/aspectj/weaver/weaver-messages.properties 5 Jul 2006 12:47:51 -0000 1.43 +++ src/org/aspectj/weaver/weaver-messages.properties 24 Aug 2006 23:22:24 -0000 @@ -63,7 +63,7 @@ nonVoidReturn=applying to join point that doesn't return void: {0} incompatibleReturnType=incompatible return type applying to {0} cantThrowChecked=can''t throw checked exception ''{0}'' at this join point ''{1}'' -circularDependency=can''t determine precedence between two or more pieces of advice that apply to the same join point: {0} +circularDependency=circular advice precedence: can''t determine precedence between two or more pieces of advice that apply to the same join point: {0} # aspect messages.. missingPerClause=expected per clause on super aspect not found on {0}