summaryrefslogtreecommitdiff
path: root/forms/qa/org/openoffice/xforms/Model.java
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2014-08-07 08:55:52 +0200
committerNoel Grandin <noel@peralex.com>2014-08-12 09:41:31 +0200
commit1c496506bc0d720241e5f9877681197e3b6d576a (patch)
treea3cf74b38175e94811f429e88faf6e5daec44492 /forms/qa/org/openoffice/xforms/Model.java
parentf086884fc33aabd4c9abb1efd8f6892dba4830cf (diff)
java: remove useless javadoc tags
that are not conveying any useful information Change-Id: Ic37934b8cc376fcdcb3d295232452f411dfd43b1
Diffstat (limited to 'forms/qa/org/openoffice/xforms/Model.java')
-rw-r--r--forms/qa/org/openoffice/xforms/Model.java7
1 files changed, 2 insertions, 5 deletions
diff --git a/forms/qa/org/openoffice/xforms/Model.java b/forms/qa/org/openoffice/xforms/Model.java
index d0af835e8053..6cec54ae0fba 100644
--- a/forms/qa/org/openoffice/xforms/Model.java
+++ b/forms/qa/org/openoffice/xforms/Model.java
@@ -55,11 +55,8 @@ public class Model
/** creates a binding for the given DOM node
*
- * @param _node
- * the DOM node to create a binding for
- * @param _dataType
- * the data type to be used for the binding
- * @return
+ * @param _node the DOM node to create a binding for
+ * @param _dataType the data type to be used for the binding
*/
public XPropertySet createBindingForNode( XNode _node, short _dataTypeClass )
{