Skip to content

Commit 353bfc9

Browse files
committed
fix: typeset constructor is now private.
1 parent a0284a3 commit 353bfc9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

core/src/main/java/com/github/gumtreediff/tree/TypeSet.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,8 @@
2929
public class TypeSet {
3030
private static final TypeFactoryImplementation implementation = new TypeFactoryImplementation();
3131

32+
private TypeSet() {}
33+
3234
/**
3335
* Build a type with the provided name. If the provided name is null or
3436
* the empty string, the empty type will be returned.

0 commit comments

Comments
 (0)