zargham-ahmad / JavaCard-SS

MIT License
1 stars 5 forks source link

Refactor #1

Closed GajdosDavid closed 2 years ago

GajdosDavid commented 2 years ago

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)