java plugin: Change the API to use the `DataSet' class.
[collectd.git] / bindings / java / org / collectd / api / DataSet.java
index ff5107d..9823073 100644 (file)
@@ -24,6 +24,11 @@ package org.collectd.api;
 import java.util.List;
 import java.util.ArrayList;
 
+/**
+ * Java representation of collectd/src/plugin.h:data_set_t structure.
+ *
+ * @author Florian Forster <octo at verplant.org>
+ */
 public class DataSet
 {
     private String _type;