You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@avalon.apache.org by le...@apache.org on 2002/08/05 13:16:53 UTC

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

leif        2002/08/05 04:16:53

  Modified:    instrument/src/manager/org/apache/excalibur/instrument/manager
                        AbstractValueInstrumentSample.java
  Log:
  Fix a stylecheck warning
  
  Revision  Changes    Path
  1.3       +3 -2      jakarta-avalon-excalibur/instrument/src/manager/org/apache/excalibur/instrument/manager/AbstractValueInstrumentSample.java
  
  Index: AbstractValueInstrumentSample.java
  ===================================================================
  RCS file: /home/cvs/jakarta-avalon-excalibur/instrument/src/manager/org/apache/excalibur/instrument/manager/AbstractValueInstrumentSample.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- AbstractValueInstrumentSample.java	3 Aug 2002 15:00:37 -0000	1.2
  +++ AbstractValueInstrumentSample.java	5 Aug 2002 11:16:53 -0000	1.3
  @@ -145,7 +145,8 @@
        */
       public void setValue( String instrumentName, int value, long time )
       {
  -        //System.out.println("AbstractValueInstrumentSample.setValue(" + instrumentName + ", " + value + ", " + time + ") : " + getName());
  +        //System.out.println("AbstractValueInstrumentSample.setValue(" + instrumentName + ", "
  +        //    + value + ", " + time + ") : " + getName());
           setValueInner( value, time );
       }
       
  
  
  

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