]> source.dussan.org Git - poi.git/commitdiff
Javadoc fix
authorNick Burch <nick@apache.org>
Tue, 31 May 2016 15:08:14 +0000 (15:08 +0000)
committerNick Burch <nick@apache.org>
Tue, 31 May 2016 15:08:14 +0000 (15:08 +0000)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1746286 13f79535-47bb-0310-9956-ffa450edef68

src/java/org/apache/poi/sl/draw/DrawPaint.java

index 25dbe68d746f78abaacd8ccb7b9cda2a12020b2c..4bfbe43004f274f42c391a0641de936888135903 100644 (file)
@@ -382,7 +382,7 @@ public class DrawPaint {
      *  @param l Luminance is specified as a percentage in the range 1 - 100.\r
      *  @param alpha  the alpha value between 0 - 1\r
      *\r
-     *  @returns the RGB Color object\r
+     *  @return the RGB Color object\r
      */\r
     public static Color HSL2RGB(double h, double s, double l, double alpha) {\r
         // we clamp the values, as it possible to come up with more than 100% sat/lum\r
@@ -521,4 +521,4 @@ public class DrawPaint {
             return (float)(1.055d * Math.pow(linRGB / 100000d, 1.0d/2.4d) - 0.055d);\r
         }\r
     }\r
-}
\ No newline at end of file
+}\r