I updated README file, added .gitignore, deleted build/ directory which was not necessary to keep track of, added build-impl.xml from JavaCard seminar to nbproject/ as the file was imported by build.xml file and refactored the code a little.
To the refactoring -- I renamed the class name, removed redundant comments, formatted the code and deleted the conversion as I believe that it should be implicit (I might not be right, however I was able to compile the code successfully with JDK8)
I updated README file, added .gitignore, deleted build/ directory which was not necessary to keep track of, added
build-impl.xml
from JavaCard seminar tonbproject/
as the file was imported bybuild.xml
file and refactored the code a little.To the refactoring -- I renamed the class name, removed redundant comments, formatted the code and deleted the conversion as I believe that it should be implicit (I might not be right, however I was able to compile the code successfully with JDK8)