From 98e9995ddd3b555aeca73f82671f86107a9ea68f Mon Sep 17 00:00:00 2001 From: michelou Date: Wed, 12 Dec 2007 17:18:49 +0000 Subject: added final modifier, commented out test for #153 --- test/files/jvm5/annotations.check | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'test/files/jvm5') 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() -- cgit v1.2.3