leif        02/04/29 09:50:24

  Modified:    
instrument-manager/src/java/org/apache/avalon/excalibur/instrument/manager
                        InstrumentProxy.java
  Log:
  addInstrumentSample should now be private with the new createInstrumentSample
  method.
  
  Revision  Changes    Path
  1.7       +2 -2      
jakarta-avalon-excalibur/instrument-manager/src/java/org/apache/avalon/excalibur/instrument/manager/InstrumentProxy.java
  
  Index: InstrumentProxy.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-avalon-excalibur/instrument-manager/src/java/org/apache/avalon/excalibur/instrument/manager/InstrumentProxy.java,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- InstrumentProxy.java      28 Apr 2002 17:05:41 -0000      1.6
  +++ InstrumentProxy.java      29 Apr 2002 16:50:24 -0000      1.7
  @@ -38,7 +38,7 @@
    *  It is resolved when the Instrumentable actually registers the Instrument.
    *
    * @author <a href="mailto:[EMAIL PROTECTED]">Leif Mortenson</a>
  - * @version CVS $Revision: 1.6 $ $Date: 2002/04/28 17:05:41 $
  + * @version CVS $Revision: 1.7 $ $Date: 2002/04/29 16:50:24 $
    * @since 4.1
    */
   public class InstrumentProxy
  @@ -465,7 +465,7 @@
        *
        * @param InstrumentSample InstrumentSample to be added.
        */
  -    public void addInstrumentSample( InstrumentSample InstrumentSample )
  +    private void addInstrumentSample( InstrumentSample InstrumentSample )
       {
           synchronized(this)
           {
  
  
  

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

Reply via email to