[Bprocessor-commit] gui/src/net/sourceforge/bprocessor/gui/attrview AttributeView.java, 1.38, 1.39
Status: Pre-Alpha
Brought to you by:
henryml
From: Michael L. <he...@us...> - 2006-10-06 11:45:53
|
Update of /cvsroot/bprocessor/gui/src/net/sourceforge/bprocessor/gui/attrview In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv15986/src/net/sourceforge/bprocessor/gui/attrview Modified Files: AttributeView.java Log Message: Removed usage of Space.insert() Index: AttributeView.java =================================================================== RCS file: /cvsroot/bprocessor/gui/src/net/sourceforge/bprocessor/gui/attrview/AttributeView.java,v retrieving revision 1.38 retrieving revision 1.39 diff -C2 -d -r1.38 -r1.39 *** AttributeView.java 2 Oct 2006 06:10:15 -0000 1.38 --- AttributeView.java 6 Oct 2006 11:45:42 -0000 1.39 *************** *** 71,79 **** */ public void display(Object object) { - if (object != null) { - Project.info("display " + object.getClass().getName()); - } else { - Project.info("display null"); - } this.removeAll(); if (object != null) { --- 71,74 ---- |