summaryrefslogtreecommitdiff
path: root/test/files/jvm5/annotations.check
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/jvm5/annotations.check')
-rw-r--r--test/files/jvm5/annotations.check4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/files/jvm5/annotations.check b/test/files/jvm5/annotations.check
index f01f31d1d9..418301331f 100644
--- a/test/files/jvm5/annotations.check
+++ b/test/files/jvm5/annotations.check
@@ -11,7 +11,7 @@ class Test4$Foo2
class Test4$Foo3
@test.SourceAnnotation(mails={bill.gates@bloodsuckers.com}, value=file:///dev/null)
-private int Test4$Foo4.x
+private final int Test4$Foo4.x
@test.SourceAnnotation(mails={bill.gates@bloodsuckers.com}, value=file:///dev/null)
public int Test4$Foo4.x()
@@ -26,7 +26,7 @@ public Test4$Foo6(java.lang.String)
public Test4$Foo7()
@test.SourceAnnotation(mails={bill.gates@bloodsuckers.com}, value=constructor val)
-private int Test4$Foo8.n
+private final int Test4$Foo8.n
@test.SourceAnnotation(mails={bill.gates@bloodsuckers.com}, value=constructor val)
public int Test4$Foo8.n()