collectd-java(5): Updated the documentation.
[collectd.git] / bindings / java / org / collectd / api / CollectdInitInterface.java
index 46379fe..09a2ab7 100644 (file)
@@ -23,5 +23,5 @@ package org.collectd.api;
 
 public interface CollectdInitInterface
 {
-       int Init ();
+       public int Init ();
 }