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