diff options
author | aclement <aclement> | 2006-09-25 14:17:48 +0000 |
---|---|---|
committer | aclement <aclement> | 2006-09-25 14:17:48 +0000 |
commit | b69748e35322013e378a5eb830fbd0ac8ace25f4 (patch) | |
tree | 9a0b2210e7d368976ecf4348c67157073d0c79ec /weaver | |
parent | e56a69a32149724c51daf0b52958607e5cc46eb4 (diff) | |
download | aspectj-b69748e35322013e378a5eb830fbd0ac8ace25f4.tar.gz aspectj-b69748e35322013e378a5eb830fbd0ac8ace25f4.zip |
message patch from 155139
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 5e30bd858..af5ab65d2 100644 --- a/weaver/src/org/aspectj/weaver/weaver-messages.properties +++ b/weaver/src/org/aspectj/weaver/weaver-messages.properties @@ -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} |