jvanzyl 02/03/11 09:22:51
Modified: src/java/org/apache/turbine/services/schedule JobEntry.java
Log:
Adding empty constructor to ease the transition from 2.2 service code
to Fulcrum. Thanks to Stephane.
Revision Changes Path
1.6 +8 -1
jakarta-turbine-2/src/java/org/apache/turbine/services/schedule/JobEntry.java
Index: JobEntry.java
===================================================================
RCS file:
/home/cvs/jakarta-turbine-2/src/java/org/apache/turbine/services/schedule/JobEntry.java,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- JobEntry.java 15 Nov 2001 23:16:23 -0000 1.5
+++ JobEntry.java 11 Mar 2002 17:22:51 -0000 1.6
@@ -66,7 +66,7 @@
* Unix scheduler cron.
*
* @author <a href="mailto:[EMAIL PROTECTED]">Dave Bryson</a>
- * @version $Id: JobEntry.java,v 1.5 2001/11/15 23:16:23 jvanzyl Exp $
+ * @version $Id: JobEntry.java,v 1.6 2002/03/11 17:22:51 jvanzyl Exp $
*/
public class JobEntry extends BaseObject
implements Comparable
@@ -107,6 +107,13 @@
/** Storage for additional properties */
private Hashtable jobProp = null;
+
+ /**
+ * Default Constructor
+ */
+ public JobEntry()
+ {
+ }
/**
* Constuctor.
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>