summaryrefslogtreecommitdiff
path: root/filter/qa
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2012-08-20 12:54:24 +0100
committerCaolán McNamara <caolanm@redhat.com>2012-08-20 12:54:24 +0100
commitf6a62d9e4106f36aff899c847d63e3198532796e (patch)
tree2c006788af8c1367510d7cf2706fd1b8cdaa6b12 /filter/qa
parentaf4ca5a8c6e2848cb855a15986d5c4c9991140bf (diff)
Java update - fix various javadoc issues
Along the way, remove some javadoc comments that are completely incorrect. Change-Id: I02f96b6cbe665d2c10bd6ee245a7d8e2eef0f755
Diffstat (limited to 'filter/qa')
-rw-r--r--filter/qa/complex/filter/detection/typeDetection/Helper.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/filter/qa/complex/filter/detection/typeDetection/Helper.java b/filter/qa/complex/filter/detection/typeDetection/Helper.java
index d0991fac6b45..2ed403f631b1 100644
--- a/filter/qa/complex/filter/detection/typeDetection/Helper.java
+++ b/filter/qa/complex/filter/detection/typeDetection/Helper.java
@@ -304,7 +304,7 @@ public class Helper {
* @param propNames String Array of propertie names
* @param values Objecr Array of propertie values
* @return <code>PropertyValue[]<code>
- * @see com.sun.star.benas.PropertyValue
+ * @see com.sun.star.beans.PropertyValue
* @see com.sun.star.document.MediaDescriptor
*/
public PropertyValue[] createMediaDescriptor(String[] propNames, Object[] values) {