Merge branch 'collectd-4.6' into collectd-4.7
[collectd.git] / bindings / java / org / collectd / api / OConfigValue.java
index 5b40e66..1ebafff 100644 (file)
 
 package org.collectd.api;
 
+/**
+ * Java representation of collectd/src/liboconfig/oconfig.h:oconfig_value_t structure.
+ *
+ * @author Florian Forster <octo at verplant.org>
+ */
 public class OConfigValue
 {
   public static final int OCONFIG_TYPE_STRING  = 0;