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 2004/05/16 13:23:08 UTC

cvs commit: avalon/tutorials/hello/src/java/tutorial HelloComponent.java

mcconnell    2004/05/16 04:23:08

  Modified:    tutorials/hello/src/java/tutorial HelloComponent.java
  Log:
  Housekeeping.
  
  Revision  Changes    Path
  1.7       +1 -1      avalon/tutorials/hello/src/java/tutorial/HelloComponent.java
  
  Index: HelloComponent.java
  ===================================================================
  RCS file: /home/cvs/avalon/tutorials/hello/src/java/tutorial/HelloComponent.java,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- HelloComponent.java	16 May 2004 09:02:56 -0000	1.6
  +++ HelloComponent.java	16 May 2004 11:23:08 -0000	1.7
  @@ -40,6 +40,6 @@
       */
       public HelloComponent( Logger logger )
       {
  -        m_logger.info( "Hello World" );
  +        logger.info( "Hello World" );
       }
   }
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: cvs-unsubscribe@avalon.apache.org
For additional commands, e-mail: cvs-help@avalon.apache.org