git://git.nikiroo.be
/
fanfix.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1dac6b8
)
fix javadoc
author
Kevin Lamonte
<kevin.lamonte@gmail.com>
Sat, 9 Mar 2019 00:41:36 +0000
(18:41 -0600)
committer
Kevin Lamonte
<kevin.lamonte@gmail.com>
Sat, 9 Mar 2019 00:41:36 +0000
(18:41 -0600)
src/jexer/TLabel.java
patch
|
blob
|
blame
|
history
diff --git
a/src/jexer/TLabel.java
b/src/jexer/TLabel.java
index 75623ffc11ad8ecee95e062d4d0b506a4f63afca..c34aee16f32aa699009835b119e95442b8915c7c 100644
(file)
--- 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;