Skip to content
This repository was archived by the owner on Dec 11, 2025. It is now read-only.
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,7 @@ public Future<Void> mount(final Router parent) {
*/
protected void start(final Future<Void> startFuture) {

System.out.println("you shall not use system.out.println");
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code Smell Code Smell: Replace this use of System.out or System.err by a logger. (squid:S106)

See it in SonarCloud

start();
startFuture.complete();
}
Expand Down