Update of /cvsroot/bprocessor/gui/src/net/sourceforge/bprocessor/gui
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv1366/src/net/sourceforge/bprocessor/gui
Modified Files:
GUI.java
Log Message:
apperently there were some checkstyle bugs
Index: GUI.java
===================================================================
RCS file: /cvsroot/bprocessor/gui/src/net/sourceforge/bprocessor/gui/GUI.java,v
retrieving revision 1.46
retrieving revision 1.47
diff -C2 -d -r1.46 -r1.47
*** GUI.java 13 Oct 2006 16:26:22 -0000 1.46
--- GUI.java 14 Oct 2006 08:06:27 -0000 1.47
***************
*** 87,90 ****
--- 87,91 ----
private Set closedSpaces = new HashSet();
+ /** The browsing tree */
private JTabbedPane tree;
***************
*** 268,272 ****
public void actionPerformed(ActionEvent arg0) {
makeTree();
! };});
edit.add(repaintTree);
--- 269,274 ----
public void actionPerformed(ActionEvent arg0) {
makeTree();
! };
! });
edit.add(repaintTree);
|