[Bprocessor-commit] gui/src/net/sourceforge/bprocessor/gui/actions ImportFileReader.java, 1.11, 1.1
Status: Pre-Alpha
Brought to you by:
henryml
From: Michael L. <he...@us...> - 2007-11-05 10:18:55
|
Update of /cvsroot/bprocessor/gui/src/net/sourceforge/bprocessor/gui/actions In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv8070/src/net/sourceforge/bprocessor/gui/actions Modified Files: ImportFileReader.java Log Message: simplification of level Index: ImportFileReader.java =================================================================== RCS file: /cvsroot/bprocessor/gui/src/net/sourceforge/bprocessor/gui/actions/ImportFileReader.java,v retrieving revision 1.11 retrieving revision 1.12 diff -C2 -d -r1.11 -r1.12 *** ImportFileReader.java 31 Oct 2007 11:35:17 -0000 1.11 --- ImportFileReader.java 5 Nov 2007 10:18:58 -0000 1.12 *************** *** 404,408 **** if (spaceid != previousSpaceId) { currentSpace = new Space("Space with id " + spaceid, ! Space.CONSTRUCTION, Space.SPACE_LEVEL, true); where.add(currentSpace); currentSpace.setClassification(new Classification("Type " + classification, -1)); --- 404,408 ---- if (spaceid != previousSpaceId) { currentSpace = new Space("Space with id " + spaceid, ! Space.CONSTRUCTION, true); where.add(currentSpace); currentSpace.setClassification(new Classification("Type " + classification, -1)); |