psmith      2003/06/19 21:52:30

  Modified:    src/java/org/apache/log4j/net UDPReceiver.java
  Log:
  removed the isActive property from these classes as they will
  now inherit them from PluginSkeleton.
  
  Revision  Changes    Path
  1.13      +0 -5      
jakarta-log4j-sandbox/src/java/org/apache/log4j/net/UDPReceiver.java
  
  Index: UDPReceiver.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-log4j-sandbox/src/java/org/apache/log4j/net/UDPReceiver.java,v
  retrieving revision 1.12
  retrieving revision 1.13
  diff -u -r1.12 -r1.13
  --- UDPReceiver.java  19 Jun 2003 22:55:34 -0000      1.12
  +++ UDPReceiver.java  20 Jun 2003 04:52:30 -0000      1.13
  @@ -114,11 +114,6 @@
       return isActive;
     }
   
  -  /**
  -    Sets the flag to indicate if receiver is active or not. */
  -  protected synchronized void setActive(boolean isActive) {
  -    this.isActive = isActive;
  -  }
   
     public void activateOptions() {
       try {
  
  
  

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

Reply via email to