]> andersk Git - moira.git/commitdiff
"public synchronized class" isn't allowed by the Java spec, and modern
authorzacheiss <zacheiss>
Wed, 15 Jun 2005 09:01:47 +0000 (09:01 +0000)
committerzacheiss <zacheiss>
Wed, 15 Jun 2005 09:01:47 +0000 (09:01 +0000)
JDKs enforce it.  Not clear it ever did anything anyway.

clients/regapplet/regapplet/GridBagConstraints2.java

index 7c8346f4186eb65b618c6a0f14a099820e7c3b64..7e4271592632b6146c9658918d42159e4c34ac68 100644 (file)
@@ -3,7 +3,7 @@ package regapplet;
 import java.awt.GridBagConstraints;
 import java.awt.Insets;
 
-public synchronized class GridBagConstraints2 extends GridBagConstraints
+public class GridBagConstraints2 extends GridBagConstraints
 {
     public GridBagConstraints2(int i1, int j1, int k1, int i2, double d1, double d2, int j2, int k2, Insets insets, int i3, int j3)
     {
This page took 0.153763 seconds and 5 git commands to generate.