diff options
author | Caolán McNamara <caolanm@redhat.com> | 2010-12-20 10:40:38 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2010-12-20 10:40:38 +0000 |
commit | 138386a6d37fc1723699b4b8580bc4bcd77f84c8 (patch) | |
tree | af8d91162af123d2364fbcc83ef648b3897ebbd2 /xmerge/source | |
parent | 070e33b5790a3f41530985bd357fcc3ba7cba427 (diff) |
WaE: remove javadoc warning
Diffstat (limited to 'xmerge/source')
-rw-r--r-- | xmerge/source/xmerge/java/org/openoffice/xmerge/util/ColourConverter.java | 2 |
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[]) { |