bindings/java/: Unify inline documentation terms.
[collectd.git] / bindings / java / org / collectd / api / CollectdReadInterface.java
index 2ff25b2..67f1898 100644 (file)
@@ -22,7 +22,7 @@
 package org.collectd.api;
 
 /**
- * Interface for objects implementing a read function.
+ * Interface for objects implementing a read method.
  *
  * Objects implementing this interface can be registered with the daemon. Their
  * read method is then called periodically to acquire and submit values.