Skip to content

Commit

Permalink
remove private constructor from Attr (tipsy#134)
Browse files Browse the repository at this point in the history
  • Loading branch information
labkey-matthewb authored and tipsy committed Jun 4, 2019
1 parent 0f30bc9 commit 6290383
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/main/java/j2html/attributes/Attr.java
Original file line number Diff line number Diff line change
Expand Up @@ -114,8 +114,6 @@ public abstract class Attr {
public static final String VALUE = "value";
public static final String WIDTH = "width";
public static final String WRAP = "wrap";
private Attr() {
}

public static ShortForm shortFormFromAttrsString(String attrs) {
if (!attrs.contains(".") && !attrs.contains(("#"))) {
Expand Down

0 comments on commit 6290383

Please sign in to comment.