From 515dab169a24634516794d8b8da80116b8e82cc9 Mon Sep 17 00:00:00 2001 From: john Date: Tue, 28 Feb 2006 16:50:36 +0000 Subject: [PATCH] bug fix for the bug fix. --- source/mircoders/producer/IndexingProducerNode.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/mircoders/producer/IndexingProducerNode.java b/source/mircoders/producer/IndexingProducerNode.java index 3641ec5e..ffd6f8e8 100755 --- a/source/mircoders/producer/IndexingProducerNode.java +++ b/source/mircoders/producer/IndexingProducerNode.java @@ -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; -- 2.11.0