Code

Merge branch 'collectd-4.6' into collectd-4.7
[collectd.git] / bindings / java / org / collectd / api / OConfigItem.java
index 781af0904b65736219815505179059fcc0b6e47f..4c6a778d0c31123a7e4d6f37daa855a4bbe27eb6 100644 (file)
@@ -24,6 +24,11 @@ package org.collectd.api;
 import java.util.List;
 import java.util.ArrayList;
 
+/**
+ * Java representation of collectd/src/liboconfig/oconfig.h:oconfig_item_t structure.
+ *
+ * @author Florian Forster <octo at verplant.org>
+ */
 public class OConfigItem
 {
   private String _key = null;