]> source.dussan.org Git - aspectj.git/commitdiff
missed the word 'to' out of new error message
authoracolyer <acolyer>
Thu, 29 Jul 2004 15:13:24 +0000 (15:13 +0000)
committeracolyer <acolyer>
Thu, 29 Jul 2004 15:13:24 +0000 (15:13 +0000)
weaver/src/org/aspectj/weaver/weaver-messages.properties

index 98c5c9bed5fec12ce88a300edc913f5f9aaf6cac..d89b3d2e23b7402addbb725907f7ffdbeaca38b2 100644 (file)
@@ -56,7 +56,7 @@ itdMemberConflict=inter-type declaration from {0} conflicts with existing member
 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 the same join point: {0}
+circularDependency=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}