Mail Archive Home | fractal-commits List | Febuary 2007 Index
| <-- Date Index --> | <-- Thread Index --> |
Date: Monday, February 19, 2007 @ 22:23:38
Author: seintur
Path: /cvsroot/fractal/julia/src/org/objectweb/fractal/julia/type
Modified: BasicComponentType.java
Bug fix.
-------------------------+
BasicComponentType.java | 2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
Index: julia/src/org/objectweb/fractal/julia/type/BasicComponentType.java
diff -u
julia/src/org/objectweb/fractal/julia/type/BasicComponentType.java:1.3
julia/src/org/objectweb/fractal/julia/type/BasicComponentType.java:1.4
--- julia/src/org/objectweb/fractal/julia/type/BasicComponentType.java:1.3
Mon Feb 19 13:18:46 2007
+++ julia/src/org/objectweb/fractal/julia/type/BasicComponentType.java Mon
Feb 19 22:23:37 2007
@@ -173,7 +173,7 @@
public String toString() {
String s = "[";
InterfaceType[] its = getFcInterfaceTypes();
- boolean first = false;
+ boolean first = true;
for (int i = 0; i < its.length; i++) {
if(first) {
first = false;
| <-- Date Index --> | <-- Thread Index --> |
Powered by MHonArc.
Copyright © 2006-2007, OW2 Consortium | contact | webmaster.