psmith 2003/06/19 21:52:45
Modified: src/java/org/apache/log4j/jdbc JDBCReceiver.java
Log:
removed the isActive property from these classes as they will
now inherit them from PluginSkeleton.
Revision Changes Path
1.7 +0 -8
jakarta-log4j-sandbox/src/java/org/apache/log4j/jdbc/JDBCReceiver.java
Index: JDBCReceiver.java
===================================================================
RCS file:
/home/cvs/jakarta-log4j-sandbox/src/java/org/apache/log4j/jdbc/JDBCReceiver.java,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- JDBCReceiver.java 17 Jun 2003 22:03:13 -0000 1.6
+++ JDBCReceiver.java 20 Jun 2003 04:52:45 -0000 1.7
@@ -187,14 +187,6 @@
close();
}
- protected void setActive(boolean active) {
- isActive = active;
- }
-
- public synchronized boolean isActive() {
- return isActive;
- }
-
public synchronized void shutdown() {
setActive(false);
}
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]