tus / tus-java-client

The tus client for Java.
https://tus.io
MIT License
213 stars 88 forks source link

Linted codebase #44

Closed cdr-chakotay closed 3 years ago

cdr-chakotay commented 3 years ago

Linted the Code of the TUS-Java-client to prepare for the Linter in the CI Workflow.

Please provide me a review of the added method descriptions and changes :)

Important: I've added two ToDos, where I need some information.

cdr-chakotay commented 3 years ago

We could generate an UUID https://docs.oracle.com/javase/7/docs/api/java/util/UUID.html as fingerprints if the user don't want to provide an own fingerprint. we could just deliver those back and let the user store them.

Did the other changes also.

Acconut commented 3 years ago

Thank you very much!