bug fix for the bug fix.
authorjohn <john>
Tue, 28 Feb 2006 16:50:36 +0000 (16:50 +0000)
committerjohn <john>
Tue, 28 Feb 2006 16:50:36 +0000 (16:50 +0000)
source/mircoders/producer/IndexingProducerNode.java

index 3641ec5..ffd6f8e 100755 (executable)
@@ -118,8 +118,8 @@ public class IndexingProducerNode extends AbstractProducerNode {
 
       String textValue = entity.getFieldValue("webdb_create");
       Calendar calendar = GregorianCalendar.getInstance();
-      int year;
-      int month;
+      int year=0;
+      int month=0;
       int day;
       int hours;
       int minutes;