diff options
author | aclement <aclement> | 2011-12-10 01:08:01 +0000 |
---|---|---|
committer | aclement <aclement> | 2011-12-10 01:08:01 +0000 |
commit | fc8d86cf86112a99455878a40ac0a3aa6ae80f33 (patch) | |
tree | 3df6d79be40a93bc525187a3ffd3d215d1992cb6 /tests/src | |
parent | 38610b85affafccdb6cfc7d0c5b22a59b33f62fa (diff) | |
download | aspectj-fc8d86cf86112a99455878a40ac0a3aa6ae80f33.tar.gz aspectj-fc8d86cf86112a99455878a40ac0a3aa6ae80f33.zip |
message changes for e37
Diffstat (limited to 'tests/src')
-rw-r--r-- | tests/src/org/aspectj/systemtest/ajc164/ajc164.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/src/org/aspectj/systemtest/ajc164/ajc164.xml b/tests/src/org/aspectj/systemtest/ajc164/ajc164.xml index 4f5f9bd97..e1c8e87b4 100644 --- a/tests/src/org/aspectj/systemtest/ajc164/ajc164.xml +++ b/tests/src/org/aspectj/systemtest/ajc164/ajc164.xml @@ -36,13 +36,13 @@ <ajc-test dir="bugs164/pr266420" title="unused private warning - 2"> <compile files="B.java" options="-1.5 -warn:unusedPrivate"> - <message kind="warning" text="The field B.i is never read locally"/> + <message kind="warning" text="The value of the field B.i is not used"/> </compile> </ajc-test> <ajc-test dir="bugs164/pr266420" title="unused private warning - 3"> <compile files="C.java" options="-1.5 -warn:unusedPrivate"> - <message kind="warning" text="The field C.j is never read locally"/> + <message kind="warning" text="The value of the field C.j is not used"/> </compile> </ajc-test> |