fix javadoc
authorKevin Lamonte <kevin.lamonte@gmail.com>
Sat, 9 Mar 2019 00:41:36 +0000 (18:41 -0600)
committerKevin Lamonte <kevin.lamonte@gmail.com>
Sat, 9 Mar 2019 00:41:36 +0000 (18:41 -0600)
src/jexer/TLabel.java

index 75623ffc11ad8ecee95e062d4d0b506a4f63afca..c34aee16f32aa699009835b119e95442b8915c7c 100644 (file)
@@ -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;