Update of /cvsroot/bprocessor/model/src/net/sourceforge/bprocessor/model
In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv9234/src/net/sourceforge/bprocessor/model
Modified Files:
Project.java
Log Message:
Removed original RotationTool
Index: Project.java
===================================================================
RCS file: /cvsroot/bprocessor/model/src/net/sourceforge/bprocessor/model/Project.java,v
retrieving revision 1.193
retrieving revision 1.194
diff -C2 -d -r1.193 -r1.194
*** Project.java 20 May 2010 10:58:46 -0000 1.193
--- Project.java 20 May 2010 12:02:03 -0000 1.194
***************
*** 81,86 ****
private static Project instance;
- private Set<Class> bunch;
-
/** */
public static final boolean SENSE = false;
--- 81,84 ----
***************
*** 495,499 ****
observers = new LinkedList();
- bunch = new HashSet();
scheduledObservers = new LinkedList();
--- 493,496 ----
|