java plugin: Change the name of all functions to conform to the Java convention.
[collectd.git] / bindings / java / org / collectd / api / CollectdConfigInterface.java
index 8753072..fc6d9bd 100644 (file)
@@ -23,5 +23,5 @@ package org.collectd.api;
 
 public interface CollectdConfigInterface
 {
-       public int Config (OConfigItem ci);
+       public int config (OConfigItem ci);
 }