Skip to content

Commit 030f048

Browse files
committed
Remove default constructor
1 parent 602658d commit 030f048

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/main/java/VerbalExpression.java

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,6 @@ public static class Builder {
1212
private Pattern pattern;
1313
private int modifiers = Pattern.MULTILINE;
1414

15-
public Builder() {
16-
}
17-
1815
private String sanitize(final String pValue) {
1916
Matcher matcher = Pattern.compile("").matcher("").usePattern(Pattern.compile("[^\\w]"));
2017
int lastEnd = 0;

0 commit comments

Comments
 (0)