]> andersk Git - moira.git/blobdiff - clients/regapplet/regapplet/GridBagConstraints2.java
"public synchronized class" isn't allowed by the Java spec, and modern
[moira.git] / 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.034405 seconds and 4 git commands to generate.