]> source.dussan.org Git - aspectj.git/commitdiff
message patch from 155139
authoraclement <aclement>
Mon, 25 Sep 2006 14:17:48 +0000 (14:17 +0000)
committeraclement <aclement>
Mon, 25 Sep 2006 14:17:48 +0000 (14:17 +0000)
weaver/src/org/aspectj/weaver/weaver-messages.properties

index 5e30bd8585050ab50c08535cb3c14a26e8936a8f..af5ab65d2f71bd7beb64da7c5ffcce81154ffa63 100644 (file)
@@ -63,7 +63,7 @@ itdAbstractMustBePublicOnInterface=abstract intertype method declaration ''{0}''
 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}