Author: rwhitcomb
Date: Wed Feb 28 20:15:57 2018
New Revision: 1825599

URL: http://svn.apache.org/viewvc?rev=1825599&view=rev
Log:
PIVOT-1031:  Fix Javadoc from last change.

Modified:
    
pivot/trunk/wtk-terra/src/org/apache/pivot/wtk/skin/terra/TerraGaugeSkin.java

Modified: 
pivot/trunk/wtk-terra/src/org/apache/pivot/wtk/skin/terra/TerraGaugeSkin.java
URL: 
http://svn.apache.org/viewvc/pivot/trunk/wtk-terra/src/org/apache/pivot/wtk/skin/terra/TerraGaugeSkin.java?rev=1825599&r1=1825598&r2=1825599&view=diff
==============================================================================
--- 
pivot/trunk/wtk-terra/src/org/apache/pivot/wtk/skin/terra/TerraGaugeSkin.java 
(original)
+++ 
pivot/trunk/wtk-terra/src/org/apache/pivot/wtk/skin/terra/TerraGaugeSkin.java 
Wed Feb 28 20:15:57 2018
@@ -644,7 +644,7 @@ public class TerraGaugeSkin<T extends Nu
 
     /**
      * Set the thickness of the border around the gauge.
-     * @param thickness The new value (default is 1.0f).
+     * @param borderThickness The new value (default is 1.0f).
      * @throws IllegalArgumentException if the value is 0.0 or less.
      */
     public final void setBorderThickness(float borderThickness) {


Reply via email to