java plugin: Fix conversion from / to Java.
[collectd.git] / bindings / java / org / collectd / api / CollectdFlushInterface.java
index 3e492dd..410c61c 100644 (file)
@@ -29,5 +29,5 @@ package org.collectd.api;
  */
 public interface CollectdFlushInterface
 {
-       public int flush (int timeout, String identifier);
+       public int flush (Number timeout, String identifier);
 }