equal
deleted
inserted
replaced
|
1 /* @test /nodynamiccopyright/ |
|
2 @bug 4037020 4785453 |
|
3 @summary Verify that ClassModifier "synchronized" is not allowed. |
|
4 @author dps |
|
5 |
|
6 @run shell SynchronizedClass.sh |
|
7 */ |
|
8 |
|
9 public synchronized class SynchronizedClass { } // ERROR |