CaveSurveying / tunnelx

GNU General Public License v3.0
6 stars 3 forks source link

remove use of String.strip() #13

Open goatchurchprime opened 4 years ago

goatchurchprime commented 4 years ago

In FileAbstraction line 1029

String scomment = lis.comment.strip().replace("\"", ""); 

Needs to be trim() so it compiles in Java1.8