We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a0284a3 commit 353bfc9Copy full SHA for 353bfc9
core/src/main/java/com/github/gumtreediff/tree/TypeSet.java
@@ -29,6 +29,8 @@
29
public class TypeSet {
30
private static final TypeFactoryImplementation implementation = new TypeFactoryImplementation();
31
32
+ private TypeSet() {}
33
+
34
/**
35
* Build a type with the provided name. If the provided name is null or
36
* the empty string, the empty type will be returned.
0 commit comments