public String getConcatResult(){
String res = "";
for (String line : this.result) {
res += (line.trim() + " ");
}
return res.trim();
}
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment