mirror of
https://github.com/openjdk/jdk.git
synced 2026-02-06 16:38:36 +00:00
5 lines
152 B
Plaintext
5 lines
152 B
Plaintext
SynchronizedClass.java:9: modifier synchronized not allowed here
|
|
public synchronized class SynchronizedClass { } // ERROR
|
|
^
|
|
1 error
|