Update of /cvsroot/bprocessor/model/src/net/sourceforge/bprocessor/model
In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv28205/src/net/sourceforge/bprocessor/model
Modified Files:
Item.java
Log Message:
Classification update problem
Index: Item.java
===================================================================
RCS file: /cvsroot/bprocessor/model/src/net/sourceforge/bprocessor/model/Item.java,v
retrieving revision 1.8
retrieving revision 1.9
diff -C2 -d -r1.8 -r1.9
*** Item.java 13 Jul 2010 09:32:43 -0000 1.8
--- Item.java 26 Oct 2010 06:44:20 -0000 1.9
***************
*** 522,526 ****
setName((String)a.getValue());
} else if (a.getName().equals("Classification")) {
- System.out.println("setting classification:");
setClassification(((Classification)a.getValue()));
} else if (a.getName().equals("Type")) {
--- 522,525 ----
|