mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-10 13:29:32 -06:00
fix for the unknown words
This commit is contained in:
@@ -6,7 +6,7 @@ import java.util.Iterator;
|
||||
public class UnknownLiteralCallback implements LiteralCallback {
|
||||
private Concr concr;
|
||||
|
||||
public UnknownLiteralCallback(PGF pgf, Concr concr) {
|
||||
public UnknownLiteralCallback(Concr concr) {
|
||||
this.concr = concr;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user