bug fix
This commit is contained in:
parent
5606f57514
commit
dc91d5e992
4 changed files with 44 additions and 28 deletions
|
|
@ -83,6 +83,7 @@ public class IOUtil {
|
|||
while((line = in.readLine()) != null){
|
||||
str.append(line).append("\n");
|
||||
}
|
||||
str.delete(str.length()-1, str.length()); // remove last new line
|
||||
in.close();
|
||||
|
||||
return str.toString();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue