From: Kevin Lamonte Date: Sat, 9 Mar 2019 00:41:36 +0000 (-0600) Subject: fix javadoc X-Git-Url: http://git.nikiroo.be/?a=commitdiff_plain;h=36bad4f912f2b8180ffa25181f0d4900ea1f2a65;p=nikiroo-utils.git fix javadoc --- diff --git a/src/jexer/TLabel.java b/src/jexer/TLabel.java index 75623ff..c34aee1 100644 --- a/src/jexer/TLabel.java +++ b/src/jexer/TLabel.java @@ -225,7 +225,7 @@ public class TLabel extends TWidget { /** * Get the label color. * - * @param return the ColorTheme key color to use for foreground text + * @return the ColorTheme key color to use for foreground text */ public String getColorKey() { return colorKey;