bindings/java/: Initialize `time' and `interval' to zero.
[collectd.git] / bindings / java / org / collectd / api / PluginData.java
index 45cd836..26b0206 100644 (file)
@@ -25,7 +25,7 @@ import java.util.Date;
  */
 public class PluginData {
 
-    protected long _time;
+    protected long _time = 0;
     protected String _host;
     protected String _plugin;
     protected String _pluginInstance = "";