You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@avalon.apache.org by do...@apache.org on 2002/05/09 12:50:59 UTC

cvs commit: jakarta-avalon-excalibur/instrument-manager/example/src/java/org/apache/avalon/excalibur/instrument/example Main.java

donaldp     02/05/09 03:50:59

  Modified:    instrument-manager/example/src/java/org/apache/avalon/excalibur/instrument/example
                        Main.java
  Log:
  Order specifiers according to JLS recomendations.
  
  Revision  Changes    Path
  1.3       +4 -4      jakarta-avalon-excalibur/instrument-manager/example/src/java/org/apache/avalon/excalibur/instrument/example/Main.java
  
  Index: Main.java
  ===================================================================
  RCS file: /home/cvs/jakarta-avalon-excalibur/instrument-manager/example/src/java/org/apache/avalon/excalibur/instrument/example/Main.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- Main.java	3 Apr 2002 13:18:29 -0000	1.2
  +++ Main.java	9 May 2002 10:50:59 -0000	1.3
  @@ -37,7 +37,7 @@
    * Note, this code ignores exceptions to keep the code simple.
    *
    * @author <a href="mailto:leif@tanukisoftware.com">Leif Mortenson</a>
  - * @version CVS $Revision: 1.2 $ $Date: 2002/04/03 13:18:29 $
  + * @version CVS $Revision: 1.3 $ $Date: 2002/05/09 10:50:59 $
    * @since 4.1
    */
   public class Main
  @@ -108,7 +108,7 @@
   
           // Set up the InstrumentManagerAltrmiServer so clients can connect.
           m_altrmiServer = new InstrumentManagerAltrmiServer( m_instrumentManager );
  -        
  +
           /*
           m_instrumentFrame = new InstrumentFrame( m_instrumentManager, "Example Instrument" );
           m_instrumentFrame.setVisible( true );
  @@ -197,7 +197,7 @@
               // Release the component
               m_componentManager.release( instrumentable );
               instrumentable = null;
  -            
  +
               // Dispose the InstrumentManagerAltrmiServer
               m_altrmiServer.dispose();
               m_altrmiServer = null;
  @@ -223,7 +223,7 @@
           System.exit(0);
       }
   
  -    private final static class ActionRunner implements Runnable
  +    private static final class ActionRunner implements Runnable
       {
           private final int m_numIterations;
           private final ExampleInstrumentable m_instrumentable;
  
  
  

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>