java plugin: Change the name of all functions to conform to the Java convention.
[collectd.git] / bindings / java / org / collectd / api / CollectdShutdownInterface.java
index f0ccba0..4181a10 100644 (file)
@@ -23,5 +23,5 @@ package org.collectd.api;
 
 public interface CollectdShutdownInterface
 {
-       public int Shutdown ();
+       public int shutdown ();
 }