donaldp     01/11/02 20:26:21

  Modified:    apps/db/src/java/org/apache/avalon/db/test TestGUI.java
  Log:
  Remove ';'s as they are a deprecated feature in those locations.
  
  Revision  Changes    Path
  1.2       +4 -4      
jakarta-avalon-cornerstone/apps/db/src/java/org/apache/avalon/db/test/TestGUI.java
  
  Index: TestGUI.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-avalon-cornerstone/apps/db/src/java/org/apache/avalon/db/test/TestGUI.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- TestGUI.java      2001/11/02 22:37:52     1.1
  +++ TestGUI.java      2001/11/03 04:26:21     1.2
  @@ -42,8 +42,8 @@
                                connEtoC1(e);
                        if (e.getSource() == TestGUI.this.getConnectButton())
                                connEtoC2(e);
  -             };
  -     };
  +             }
  +     }
        private JButton ivjConnectButton = null;
        IvjEventHandler ivjEventHandler = new IvjEventHandler();
        private JButton ivjExecuteButton = null;
  @@ -348,7 +348,7 @@
                aAvalonDBClient.addWindowListener(new 
java.awt.event.WindowAdapter() {
                        public void windowClosed(java.awt.event.WindowEvent e) {
                                System.exit(0);
  -                     };
  +                     }
                });
                aAvalonDBClient.setVisible(true);
        } catch (Throwable exception) {
  @@ -422,4 +422,4 @@
        }
        return ivjOutputTextArea;
       }
  -}
  \ No newline at end of file
  +}
  
  
  

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to