Fixes non-public HTML builder
This commit is contained in:
parent
1f41d24076
commit
8a4d4109fa
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ import java.util.List;
|
|||
|
||||
|
||||
// HTML element class supporting tag attributes
|
||||
class HTMLElement {
|
||||
public class HTMLElement {
|
||||
private String tagName;
|
||||
private String text;
|
||||
private List<HTMLAttribute> attributes;
|
||||
|
|
Loading…
Reference in a new issue