forked from jasder/antlr
Add private constructor for Trees
This commit is contained in:
parent
8839d6b185
commit
673dce5664
|
@ -163,4 +163,6 @@ public class Trees {
|
||||||
return ancestors;
|
return ancestors;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
private Trees() {
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue