From 36bad4f912f2b8180ffa25181f0d4900ea1f2a65 Mon Sep 17 00:00:00 2001 From: Kevin Lamonte Date: Fri, 8 Mar 2019 18:41:36 -0600 Subject: [PATCH] fix javadoc --- src/jexer/TLabel.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.27.0