projects
/
IRC.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fd6b6ca
)
fixed array notation
author
adash
<adash>
Thu, 3 Jan 2008 22:28:49 +0000
(22:28 +0000)
committer
adash
<adash>
Thu, 3 Jan 2008 22:28:49 +0000
(22:28 +0000)
Robust/src/Tests/Atomic5.java
patch
|
blob
|
history
diff --git
a/Robust/src/Tests/Atomic5.java
b/Robust/src/Tests/Atomic5.java
index 9d8f3377e961ab09e0ec1b04ab383e78fcc59537..bc06b10a2be301a0b3b75f22ab35256bf963829e 100644
(file)
--- a/
Robust/src/Tests/Atomic5.java
+++ b/
Robust/src/Tests/Atomic5.java
@@
-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++) {