Code

bindings/java/: Unify inline documentation terms.
authorFlorian Forster <octo@leeloo.lan.home.verplant.org>
Tue, 24 Feb 2009 09:12:45 +0000 (10:12 +0100)
committerFlorian Forster <octo@leeloo.lan.home.verplant.org>
Tue, 24 Feb 2009 09:16:54 +0000 (10:16 +0100)
s/function/method/

bindings/java/org/collectd/api/CollectdConfigInterface.java
bindings/java/org/collectd/api/CollectdFlushInterface.java
bindings/java/org/collectd/api/CollectdInitInterface.java
bindings/java/org/collectd/api/CollectdLogInterface.java
bindings/java/org/collectd/api/CollectdMatchFactoryInterface.java
bindings/java/org/collectd/api/CollectdMatchInterface.java
bindings/java/org/collectd/api/CollectdNotificationInterface.java
bindings/java/org/collectd/api/CollectdReadInterface.java
bindings/java/org/collectd/api/CollectdShutdownInterface.java
bindings/java/org/collectd/api/CollectdWriteInterface.java

index 70905076193cfa3c5ca03a1de681c825295a287e..060f9442fb18544d74cf3e365e6e00a01bc24d96 100644 (file)
@@ -22,7 +22,7 @@
 package org.collectd.api;
 
 /**
- * Interface for objects implementing a config function.
+ * Interface for objects implementing a config method.
  *
  * @author Florian Forster &lt;octo at verplant.org&gt;
  * @see Collectd#registerConfig(String, CollectdConfigInterface)
index abad04278e6e085e6926f6ef831a715d3fc2f68b..3e492ddffd9a7f404579b77ef119087c59fee24d 100644 (file)
@@ -22,7 +22,7 @@
 package org.collectd.api;
 
 /**
- * Interface for objects implementing a flush function.
+ * Interface for objects implementing a flush method.
  *
  * @author Florian Forster &lt;octo at verplant.org&gt;
  * @see Collectd#registerFlush
index c198036e65b87613c32bee213b020ec5aeedc4dc..fbfd3061cf0d2ef10b56abd57d4e60fa754ce82d 100644 (file)
@@ -22,7 +22,7 @@
 package org.collectd.api;
 
 /**
- * Interface for objects implementing an init function.
+ * Interface for objects implementing an init method.
  *
  * @author Florian Forster &lt;octo at verplant.org&gt;
  * @see Collectd#registerInit
index 1ab9ae104dc76aded63bec3688f4491b41a48d80..ba0350a24312905f440fd6c84f343a3efc9e578d 100644 (file)
@@ -22,7 +22,7 @@
 package org.collectd.api;
 
 /**
- * Interface for objects implementing a log function.
+ * Interface for objects implementing a log method.
  *
  * @author Florian Forster &lt;octo at verplant.org&gt;
  * @see Collectd#registerLog
index 24cab5989d5b279f20194ca334d1e87018fde310..d2801a1f34db71818f0f7e3e7eacf83a9b8a1e68 100644 (file)
@@ -22,7 +22,7 @@
 package org.collectd.api;
 
 /**
- * Interface for objects implementing a match factory.
+ * Interface for objects implementing a "match factory".
  *
  * Objects implementing this interface are used to create objects implementing
  * the CollectdMatchInterface interface.
index dbda6ed623c295ff0f35f54995eb73edeac57e57..cc8a99e6e0f7aeb1173381711e4bd0b4c5281895 100644 (file)
@@ -22,7 +22,7 @@
 package org.collectd.api;
 
 /**
- * Interface for objects implementing a match function.
+ * Interface for objects implementing a match method.
  *
  * These objects are instantiated using objects which implement the
  * CollectdMatchFactoryInterface interface. They are not instantiated by the
index 4a18975df2d218f1c93d984530be59528cbf1fe4..d278fe21a47db3e57d4f8e79baa8c4116c559a0e 100644 (file)
@@ -22,7 +22,7 @@
 package org.collectd.api;
 
 /**
- * Interface for objects implementing a notification function.
+ * Interface for objects implementing a notification method.
  *
  * @author Florian Forster &lt;octo at verplant.org&gt;
  * @see Collectd#registerNotification
index 2ff25b20926e8c6d9b8c80f421213acdf459841f..67f1898ba2411a08892fe84734a5f3ad35980d46 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.
index 55e27404abe15f0de98f65cbda6bf1d1a74daa5e..108c54ed0c608bed8230fe55daf5214859cc7909 100644 (file)
@@ -22,7 +22,7 @@
 package org.collectd.api;
 
 /**
- * Interface for objects implementing a shutdown function.
+ * Interface for objects implementing a shutdown method.
  *
  * @author Florian Forster &lt;octo at verplant.org&gt;
  * @see Collectd#registerShutdown
index a1220f592e047ae5856ad43623657c6439a7ec45..28e0230b6856ad99af6a4e0851c382e64eb6cf3c 100644 (file)
@@ -22,7 +22,7 @@
 package org.collectd.api;
 
 /**
- * Interface for objects implementing a write function.
+ * Interface for objects implementing a write method.
  *
  * @author Florian Forster &lt;octo at verplant.org&gt;
  * @see Collectd#registerWrite