acm19 / aws-request-signing-apache-interceptor

https://acm19.github.io/aws-request-signing-apache-interceptor/
Apache License 2.0
16 stars 6 forks source link

Refactor minor files and code #78

Closed acm19 closed 2 years ago

acm19 commented 2 years ago

Adds dependency order check to checkstyle, so the same dependency order is used in any future development. Removes unnecessary comments that were obvious from the xml definition in the checkstyle file.

Removes comments and replaces manual closing the stream with try with resources so code is cleaner.

Pull Request Checklist:

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.