fixed array notation
authoradash <adash>
Thu, 3 Jan 2008 22:28:49 +0000 (22:28 +0000)
committeradash <adash>
Thu, 3 Jan 2008 22:28:49 +0000 (22:28 +0000)
Robust/src/Tests/Atomic5.java

index 9d8f3377e961ab09e0ec1b04ab383e78fcc59537..bc06b10a2be301a0b3b75f22ab35256bf963829e 100644 (file)
@@ -8,9 +8,9 @@ public class Atomic5 extends Thread {
                
                Integer age;
                String name;
-               Atomic5 at5[];
+               Atomic5[] at5;
                atomic {
-                       at5[] =  global new Atomic5[4];
+                       at5 =  global new Atomic5[4];
                }
                atomic {
                        for(int i = 0 ; i< 4; i++) {