mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-09 04:59:31 -06:00
make the Expr constructor private
This commit is contained in:
@@ -4,7 +4,7 @@ public class Expr {
|
||||
private Pool pool;
|
||||
private long ref;
|
||||
|
||||
public Expr(Pool pool, long ref) {
|
||||
private Expr(Pool pool, long ref) {
|
||||
this.pool = pool;
|
||||
this.ref = ref;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user