Skip to content

Commit fbebb3d

Browse files
committed
fix javadoc
1 parent 82af485 commit fbebb3d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/gargoylesoftware/css/dom/RGBColorImpl.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,7 @@ public CSSValueImpl getAlpha() {
227227

228228
/**
229229
* Sets the alpha part to a new value.
230-
* @param lightness the new CSSPrimitiveValue
230+
* @param alpha the new CSSPrimitiveValue
231231
*/
232232
public void setAlpha(final CSSValueImpl alpha) {
233233
alpha_ = alpha;

0 commit comments

Comments
 (0)