Open goatchurchprime opened 4 years ago
In FileAbstraction line 1029
String scomment = lis.comment.strip().replace("\"", "");
Needs to be trim() so it compiles in Java1.8
In FileAbstraction line 1029
Needs to be trim() so it compiles in Java1.8