Skip to content

Commit 2932661

Browse files
committed
updated spec ref.
1 parent 43ea344 commit 2932661

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

org/w3c/css/properties/css3/CssLineBreak.java

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
import org.w3c.css.values.CssValue;
1414

1515
/**
16-
* @spec https://www.w3.org/TR/2021/CRD-css-text-3-20210422/#propdef-line-break
16+
* @spec https://www.w3.org/TR/2024/WD-css-text-4-20240219/#propdef-line-break
1717
*/
1818
public class CssLineBreak extends org.w3c.css.properties.css.CssLineBreak {
1919

@@ -48,8 +48,7 @@ public CssLineBreak() {
4848
* Creates a new CssLineBreak
4949
*
5050
* @param expression The expression for this property
51-
* @throws org.w3c.css.util.InvalidParamException
52-
* Expressions are incorrect
51+
* @throws org.w3c.css.util.InvalidParamException Expressions are incorrect
5352
*/
5453
public CssLineBreak(ApplContext ac, CssExpression expression, boolean check)
5554
throws InvalidParamException {

0 commit comments

Comments
 (0)