collectd-java(5): Updated the documentation.
[collectd.git] / bindings / java / org / collectd / api / CollectdReadInterface.java
index 6b3e1ad..d5b924b 100644 (file)
@@ -23,5 +23,5 @@ package org.collectd.api;
 
 public interface CollectdReadInterface
 {
-       int Read ();
+       public int Read ();
 }