-
Notifications
You must be signed in to change notification settings - Fork 551
Closed
Labels
first-timers-onlyIs this your first time contributing? This could be a good place to start!Is this your first time contributing? This could be a good place to start!good first issueGood for newcomersGood for newcomers
Milestone
Description
Description
The class VertxHealthCheckEnricher presents the issue: Unnecessary call to 'toString()'.
The following line:
Line 281 in a0a3369
config.getKey(), input.getClass(), input.toString())); |
should be changed to:
config.getKey(), input.getClass(), input));
🔴 Before you start 🔴
👇 👇 👇 👇 👇 👇 👇 👇 👇 👇 👇 👇 👇 👇 👇 👇
Make sure you read the contributing guide first.
Pay special attention to the ECA agreement section and the requirement to sign-off your commit.
This is a first-timers-only issue. These issues are especially created for contributors who are contributing to the project for the first time.
If you have already contributed to this project in the past, please don't ask to be assigned one of these issues and look for good-first-issues or help-wanted issues instead in order to continue you contributor journey in the project.
Metadata
Metadata
Assignees
Labels
first-timers-onlyIs this your first time contributing? This could be a good place to start!Is this your first time contributing? This could be a good place to start!good first issueGood for newcomersGood for newcomers