correction to String

This commit is contained in:
Rochas
2025-02-14 01:19:18 +01:00
parent 5068e8bae3
commit 0e985d7a85

View File

@@ -71,6 +71,6 @@ public class TurtleAST {
}
public String toString(){
this.ntriple.toString();
return this.ntriple.toString();
}
}