opentimestamps / java-opentimestamps

Other
40 stars 31 forks source link

Fixed various things in the test code only #27

Closed matshenricson closed 5 years ago

matshenricson commented 5 years ago

Removed unused imports. Removed unnecessary JavaDoc that just said "Created by casatta", since that info is in git anyway. Fixed consistency about empty lines. Fixed spaces before catch, between catch/if/for and (. Also added empty lines around all flow control blocks, i.e. try/for/if, as they are known to often introduce bugs. Replaced two cases of "byte []" with "byte[] ". Added IntelliJ *.iml files to .gitignore.

lvaccaro commented 5 years ago

ack 763f90400bd6ab6cda1426718c3f0010ac9ea31c. Do you suggest a java linter to keep code clean from now on?

RCasatta commented 5 years ago

thanks!