Fixed warnings in Java files and MANIFESTS.MF, updated version numbers

This commit is contained in:
2018-10-14 21:29:09 +02:00
parent 5d41816eb6
commit 0107c423a3
27 changed files with 47 additions and 40 deletions

View File

@ -149,7 +149,6 @@ class VCDFileParser {
if (tokenizer.sval.charAt(0) == '#') { // If the line begins with a #, this is a timestamp.
currentTime = Long.parseLong(tokenizer.sval.substring(1)) * picoSecondsPerIncrement;
} else {
boolean isReal=false;
if(tokenizer.sval.equals("$comment")){
do {
if (!nextToken()) return false;