Skip to content

Commit

Permalink
fix javadoc
Browse files Browse the repository at this point in the history
  • Loading branch information
rbri committed Dec 1, 2021
1 parent 82af485 commit fbebb3d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ public CSSValueImpl getAlpha() {

/**
* Sets the alpha part to a new value.
* @param lightness the new CSSPrimitiveValue
* @param alpha the new CSSPrimitiveValue
*/
public void setAlpha(final CSSValueImpl alpha) {
alpha_ = alpha;
Expand Down

0 comments on commit fbebb3d

Please sign in to comment.