Refactor bad smells: (#115)

- UnnecessaryToStringCall
The toString() method is not needed in cases the underlying method handles the conversion. Also calling toString() on a String is redundant. Removing them simplifies the code.
1 file changed
tree: 2828463a31f33a4e8d2230feb4164eb4ecb1f6fc
  1. docs/
  2. src/
  3. .gitignore
  4. bnd.bnd
  5. CODE_OF_CONDUCT.md
  6. CONTRIBUTING.md
  7. Jenkinsfile
  8. LICENSE
  9. pom.xml
  10. README.md
README.md

Apache Sling

Build Status Test Status Coverage Sonarcloud Status JavaDoc Maven Central distribution License

Apache Sling Journal based Content Distribution - Core

This module is part of the Apache Sling project, it implements Apache Sling Content Distribution agents on a message journal. Please refer to the documentation to learn about the use case and general design.