Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Delete redundant .toString() call in README #835

Merged
merged 1 commit into from Dec 7, 2023

Conversation

LaFriska
Copy link
Contributor

Deleted the .toString() method call from the Java test demonstration in README.md, as System.out.println() automatically calls .toString() from any object parsed into it.

@stleary
Copy link
Owner

stleary commented Dec 3, 2023

What problem does this code solve?
Refactor example code in the readme.

Does the code still compile with Java6?
N/A

Risks
Low

Changes to the API?
N/A

Will this require a new release?
No

Should the documentation be updated?
No, this change updates the docs

Does it break the unit tests?
N/A

Was any code refactored in this commit?
N/A

Review status
APPROVED

Starting 3-day comment window

@stleary stleary merged commit 6dba722 into stleary:master Dec 7, 2023
7 checks passed
@stleary stleary changed the title deleted redundant .toString() call in README test method Sysout deleted redundant .toString() call in README Dec 7, 2023
@stleary stleary changed the title deleted redundant .toString() call in README Delete redundant .toString() call in README Dec 7, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants