mcconnell    2004/02/22 09:39:46

  Modified:    merlin/platform/tutorials/dynamics/src/java/tutorial
                        HelloFacility.java
  Log:
  Housekeeping.
  
  Revision  Changes    Path
  1.4       +0 -3      
avalon/merlin/platform/tutorials/dynamics/src/java/tutorial/HelloFacility.java
  
  Index: HelloFacility.java
  ===================================================================
  RCS file: 
/home/cvs/avalon/merlin/platform/tutorials/dynamics/src/java/tutorial/HelloFacility.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- HelloFacility.java        22 Feb 2004 17:28:30 -0000      1.3
  +++ HelloFacility.java        22 Feb 2004 17:39:46 -0000      1.4
  @@ -113,7 +113,6 @@
          getLogger().info( "commissioning the widget model" );
          model.commission();
          Widget widget = (Widget) model.resolve();
  -       getLogger().info( "got a widget instance: " + widget );
   
          getLogger().info( "releasing the widget" );
          model.release( widget );
  @@ -141,7 +140,6 @@
          getLogger().info( "recommissioning the widget model" );
          model.commission();
          widget = (Widget) model.resolve();
  -       getLogger().info( "got the widget instance: " + widget );
          model.release( widget );
          model.decommission();
   
  @@ -166,7 +164,6 @@
             new File( System.getProperty( "user.dir" ) ) );
          model.commission();
          Gizmo gizmo = (Gizmo) model.resolve();
  -       getLogger().info( "got a gizmo: " + gizmo );
      
      }
   
  
  
  

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

Reply via email to