java plugin: Change the name of all functions to conform to the Java convention.
[collectd.git] / bindings / java / org / collectd / api / CollectdWriteInterface.java
index dd76f2c..13315a6 100644 (file)
@@ -23,5 +23,5 @@ package org.collectd.api;
 
 public interface CollectdWriteInterface
 {
-       public int Write (ValueList vl);
+       public int write (ValueList vl);
 }