diff options
author | acolyer <acolyer> | 2004-07-29 15:13:24 +0000 |
---|---|---|
committer | acolyer <acolyer> | 2004-07-29 15:13:24 +0000 |
commit | ed04a77d91b396b7a0149ec663960488477b1eb2 (patch) | |
tree | 92b76626cf8d1128731ef6d335ebcf63059e22b3 /weaver | |
parent | 680d359a56125663245a8ef6a15f907213c37362 (diff) | |
download | aspectj-ed04a77d91b396b7a0149ec663960488477b1eb2.tar.gz aspectj-ed04a77d91b396b7a0149ec663960488477b1eb2.zip |
missed the word 'to' out of new error message
Diffstat (limited to 'weaver')
-rw-r--r-- | weaver/src/org/aspectj/weaver/weaver-messages.properties | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/weaver/src/org/aspectj/weaver/weaver-messages.properties b/weaver/src/org/aspectj/weaver/weaver-messages.properties index 98c5c9bed..d89b3d2e2 100644 --- a/weaver/src/org/aspectj/weaver/weaver-messages.properties +++ b/weaver/src/org/aspectj/weaver/weaver-messages.properties @@ -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} |