Merge branch 'collectd-4.6' into collectd-4.7
[collectd.git] / bindings / java / org / collectd / api / OConfigItem.java
index 781af09..4c6a778 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;