[GME-commit]
GMESRC/Java/java/org/isis/gme/bon JBuilderObject.java,1.6,1.7
gme-commit at list.isis.vanderbilt.edu
gme-commit at list.isis.vanderbilt.edu
Mon May 24 15:28:08 CDT 2004
Update of /var/lib/gme/GMESRC/Java/java/org/isis/gme/bon
In directory braindrain:/tmp/cvs-serv17195/Java/java/org/isis/gme/bon
Modified Files:
JBuilderObject.java
Log Message:
fixing getOutConnectedObjects to return correct objects (was returning a list repeatedly full of itself)
CVS User: brianw
Index: JBuilderObject.java
===================================================================
RCS file: /var/lib/gme/GMESRC/Java/java/org/isis/gme/bon/JBuilderObject.java,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** JBuilderObject.java 6 May 2004 18:21:07 -0000 1.6
--- JBuilderObject.java 24 May 2004 19:28:05 -0000 1.7
***************
*** 441,445 ****
for(int i=0;i<coCount;i++)
{ JBuilderConnection conn = (JBuilderConnection)conns.elementAt(i);
! list[0].addElement(conn.getSource());
}
return true;
--- 441,445 ----
for(int i=0;i<coCount;i++)
{ JBuilderConnection conn = (JBuilderConnection)conns.elementAt(i);
! list[0].addElement(conn.getDestination());
}
return true;
More information about the GME-commit
mailing list