Fixed NP and updated build infrastructure and target platform

This commit is contained in:
2020-01-13 13:14:34 +01:00
committed by Gitea
parent b7646dc29e
commit 145dfbd74d
10 changed files with 68 additions and 76 deletions

View File

@ -116,7 +116,7 @@ public class TextDbLoader implements IWaveformDbLoader{
} catch (IOException e) {
return false;
} finally {
is.close()
if(is!=null) is.close()
}
}