summaryrefslogtreecommitdiff
path: root/xmerge
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2010-12-20 10:40:38 +0000
committerCaolán McNamara <caolanm@redhat.com>2010-12-20 10:40:38 +0000
commit138386a6d37fc1723699b4b8580bc4bcd77f84c8 (patch)
treeaf8d91162af123d2364fbcc83ef648b3897ebbd2 /xmerge
parent070e33b5790a3f41530985bd357fcc3ba7cba427 (diff)
WaE: remove javadoc warning
Diffstat (limited to 'xmerge')
-rw-r--r--xmerge/source/xmerge/java/org/openoffice/xmerge/util/ColourConverter.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/xmerge/source/xmerge/java/org/openoffice/xmerge/util/ColourConverter.java b/xmerge/source/xmerge/java/org/openoffice/xmerge/util/ColourConverter.java
index bfaffdffbe42..30675c0889d5 100644
--- a/xmerge/source/xmerge/java/org/openoffice/xmerge/util/ColourConverter.java
+++ b/xmerge/source/xmerge/java/org/openoffice/xmerge/util/ColourConverter.java
@@ -112,7 +112,7 @@ public class ColourConverter {
* cases where the 16 colour values are something other than there default
* values (e.g. in the case of pocket Excel)
*
- * @param lookup[] a 16 bit array mapping the 16 colours to their values
+ * @param lookup a 16 bit array mapping the 16 colours to their values
*/
public ColourConverter(short lookup[]) {