Code

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