langtools/test/tools/javac/SynchronizedClass.out
changeset 10 06bc494ca11e
child 863 3113c955a388
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/langtools/test/tools/javac/SynchronizedClass.out	Sat Dec 01 00:00:00 2007 +0000
@@ -0,0 +1,4 @@
+SynchronizedClass.java:9: modifier synchronized not allowed here
+public synchronized class SynchronizedClass { } // ERROR
+                    ^
+1 error