Skip to content

Commit

Permalink
inherit from the right class
Browse files Browse the repository at this point in the history
  • Loading branch information
ylafon committed Aug 28, 2018
1 parent 9a19bec commit 01d024c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion org/w3c/css/properties/css3/CssRowGap.java
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
* @spec https://www.w3.org/TR/2018/WD-css-align-3-20180423/#propdef-row-gap
*/

public class CssRowGap extends org.w3c.css.properties.css.CssColumnGap {
public class CssRowGap extends org.w3c.css.properties.css.CssRowGap {

static CssIdent normal;

Expand Down

0 comments on commit 01d024c

Please sign in to comment.