correction to String
This commit is contained in:
@@ -69,4 +69,8 @@ public class TurtleAST {
|
||||
public void finishNtriple(){
|
||||
this.ntriple = new NtripleImp(listPhrases);
|
||||
}
|
||||
|
||||
public String toString(){
|
||||
this.ntriple.toString();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user