correction to String

This commit is contained in:
Rochas
2025-02-14 01:18:49 +01:00
parent aec32ca453
commit 5068e8bae3

View File

@@ -69,4 +69,8 @@ public class TurtleAST {
public void finishNtriple(){
this.ntriple = new NtripleImp(listPhrases);
}
public String toString(){
this.ntriple.toString();
}
}