1
SynchronizedClass.java:9: modifier synchronized not allowed here
2
public synchronized class SynchronizedClass { } // ERROR
3
^
4
1 error