[Bprocessor-commit] facade/src/net/sourceforge/bprocessor/facade/modellor FacadeModellor.java, 1.1
Status: Pre-Alpha
Brought to you by:
henryml
From: Nordholt <nor...@us...> - 2006-10-02 14:32:25
|
Update of /cvsroot/bprocessor/facade/src/net/sourceforge/bprocessor/facade/modellor In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv32328/src/net/sourceforge/bprocessor/facade/modellor Modified Files: FacadeModellor.java Log Message: another change to make ready for presentation Index: FacadeModellor.java =================================================================== RCS file: /cvsroot/bprocessor/facade/src/net/sourceforge/bprocessor/facade/modellor/FacadeModellor.java,v retrieving revision 1.18 retrieving revision 1.19 diff -C2 -d -r1.18 -r1.19 *** FacadeModellor.java 2 Oct 2006 14:19:26 -0000 1.18 --- FacadeModellor.java 2 Oct 2006 14:32:23 -0000 1.19 *************** *** 289,293 **** } attributes.add(new Attribute("Depth", new Double(depth))); ! attributes.add(new Attribute("Single bars", Boolean.valueOf(bars))); return attributes; } --- 289,293 ---- } attributes.add(new Attribute("Depth", new Double(depth))); ! attributes.add(new Attribute("Single posted", Boolean.valueOf(bars))); return attributes; } |