X-Git-Url: http://git.nikiroo.be/?a=blobdiff_plain;f=src%2Fjexer%2FTLabel.java;h=c34aee16f32aa699009835b119e95442b8915c7c;hb=36bad4f912f2b8180ffa25181f0d4900ea1f2a65;hp=75623ffc11ad8ecee95e062d4d0b506a4f63afca;hpb=1dac6b8d395e2bf3c1b58915f8f4f481d9e46793;p=fanfix.git 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;