You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@avalon.apache.org by mc...@apache.org on 2002/02/23 18:44:11 UTC

cvs commit: jakarta-avalon-cornerstone/apps/enterprise/orb/src/examples/hello/java/hello HelloDemo.java

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:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>