diff options
Diffstat (limited to 'test/pretty/resource/after/Interfaces.java')
-rw-r--r-- | test/pretty/resource/after/Interfaces.java | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/pretty/resource/after/Interfaces.java b/test/pretty/resource/after/Interfaces.java index c8a5cca4..c5008f2b 100644 --- a/test/pretty/resource/after/Interfaces.java +++ b/test/pretty/resource/after/Interfaces.java @@ -2,6 +2,6 @@ interface Interfaces { int x = 10; void y(); - public static final int a = 20; - public abstract void b(); + int a = 20; + void b(); } |