[Bprocessor-commit] model/src/net/sourceforge/bprocessor/model/xml PersistenceManager.java,1.24,1.25
Status: Pre-Alpha
Brought to you by:
henryml
From: Nikolaj B. <nbr...@us...> - 2006-02-28 02:26:30
|
Update of /cvsroot/bprocessor/model/src/net/sourceforge/bprocessor/model/xml In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv17289/src/net/sourceforge/bprocessor/model/xml Modified Files: PersistenceManager.java Log Message: All that is displayed in the attribute view should now be parametric Index: PersistenceManager.java =================================================================== RCS file: /cvsroot/bprocessor/model/src/net/sourceforge/bprocessor/model/xml/PersistenceManager.java,v retrieving revision 1.24 retrieving revision 1.25 diff -C2 -d -r1.24 -r1.25 *** PersistenceManager.java 1 Feb 2006 11:36:56 -0000 1.24 --- PersistenceManager.java 28 Feb 2006 02:26:25 -0000 1.25 *************** *** 414,418 **** csx.setId(counter++); csx.setName(cs.getName()); ! csx.setDescription(cs.getDescription()); Map csm = (Map)mapper.get(KEY_DOMAIN); --- 414,418 ---- csx.setId(counter++); csx.setName(cs.getName()); ! //csx.setDescription(cs.getDescription()); Map csm = (Map)mapper.get(KEY_DOMAIN); *************** *** 436,440 **** fsx.setId(counter++); fsx.setName(fs.getName()); ! fsx.setDescription(fs.getDescription()); Map fsm = (Map)mapper.get(KEY_DOMAIN); --- 436,440 ---- fsx.setId(counter++); fsx.setName(fs.getName()); ! //fsx.setDescription(fs.getDescription()); Map fsm = (Map)mapper.get(KEY_DOMAIN); |