Code

java plugin: Change the name of all functions to conform to the Java convention.
[collectd.git] / bindings / java / org / collectd / api / CollectdReadInterface.java
index d5b924b24945dc93551c2c62446a56770ab95d31..ac6060b8b94039e8ef5733cb7df16e80418f9887 100644 (file)
@@ -23,5 +23,5 @@ package org.collectd.api;
 
 public interface CollectdReadInterface
 {
-       public int Read ();
+       public int read ();
 }