Fixes non-public HTML builder

This commit is contained in:
Aria 2023-06-22 02:28:03 -07:00
parent 1f41d24076
commit 8a4d4109fa

View file

@ -4,7 +4,7 @@ import java.util.List;
// HTML element class supporting tag attributes // HTML element class supporting tag attributes
class HTMLElement { public class HTMLElement {
private String tagName; private String tagName;
private String text; private String text;
private List<HTMLAttribute> attributes; private List<HTMLAttribute> attributes;