serge       01/11/29 11:54:19

  Modified:    src/java/org/apache/james/util
                        SchedulerNotifyOutputStream.java
  Log:
  Fixed stupid typo in constructor arguments.
  
  Revision  Changes    Path
  1.2       +1 -1      
jakarta-james/src/java/org/apache/james/util/SchedulerNotifyOutputStream.java
  
  Index: SchedulerNotifyOutputStream.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-james/src/java/org/apache/james/util/SchedulerNotifyOutputStream.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- SchedulerNotifyOutputStream.java  2001/11/26 03:26:46     1.1
  +++ SchedulerNotifyOutputStream.java  2001/11/29 19:54:19     1.2
  @@ -24,7 +24,7 @@
   
       int writtenCounter = 0;
   
  -    public SchedulerNotifyOutputStream(OutputStream in,
  +    public SchedulerNotifyOutputStream(OutputStream out,
               TimeScheduler scheduler, String triggerName, int lengthReset) {
           this.out = out;
           this.scheduler = scheduler;
  
  
  

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

Reply via email to