mcconnell    02/02/23 09:44:11

  Modified:    apps/enterprise/orb/src/examples/hello/java/hello
                        HelloDemo.java
  Log:
  no message
  
  Revision  Changes    Path
  1.3       +1 -4      
jakarta-avalon-cornerstone/apps/enterprise/orb/src/examples/hello/java/hello/HelloDemo.java
  
  Index: HelloDemo.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-avalon-cornerstone/apps/enterprise/orb/src/examples/hello/java/hello/HelloDemo.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- HelloDemo.java    23 Feb 2002 13:47:04 -0000      1.2
  +++ HelloDemo.java    23 Feb 2002 17:44:11 -0000      1.3
  @@ -91,6 +91,7 @@
               demo.configure( loadDefaultConfiguration() );
               demo.contextualize( new DefaultContext() );
               demo.initialize();
  +            demo.dispose();
           }
           catch( Throwable e )
           {
  @@ -170,10 +171,6 @@
           catch( Throwable e)
           {
               throw new HelloException( "Client initization failed.", e);
  -        }
  -        finally
  -        {
  -            dispose();
           }
       }
   
  
  
  

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

Reply via email to