Skip to content

Commit 01d024c

Browse files
committed
inherit from the right class
1 parent 9a19bec commit 01d024c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
* @spec https://www.w3.org/TR/2018/WD-css-align-3-20180423/#propdef-row-gap
2020
*/
2121

22-
public class CssRowGap extends org.w3c.css.properties.css.CssColumnGap {
22+
public class CssRowGap extends org.w3c.css.properties.css.CssRowGap {
2323

2424
static CssIdent normal;
2525

0 commit comments

Comments
 (0)