Fixes non-public HTML builder
This commit is contained in:
parent
4b2ea71f26
commit
1f41d24076
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ import java.util.ArrayList;
|
||||||
import java.util.List;
|
import java.util.List;
|
||||||
|
|
||||||
// Builder class for building HTML elements
|
// Builder class for building HTML elements
|
||||||
class HTMLElementBuilder {
|
public class HTMLElementBuilder {
|
||||||
private String tagName;
|
private String tagName;
|
||||||
private String text;
|
private String text;
|
||||||
private List<HTMLAttribute> attributes;
|
private List<HTMLAttribute> attributes;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue