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

Fix "iff" typo in Javadoc and comments, remove some redundant expressions #1278

Closed
wants to merge 2 commits into from

Conversation

Philzen
Copy link
Contributor

@Philzen Philzen commented Apr 26, 2024

Analogous to FasterXML/jackson-databind#4502

Also took the liberty to remove some code lines that came up in my IntelliJ highlighting (there's a couple more regarding redundant casts and using protected modifier in a final class – however i only applied the most obvious and safe ones that simplify the class).

@Philzen Philzen changed the base branch from 2.18 to 2.15 April 26, 2024 21:20
@pjfanning
Copy link
Member

@Philzen could you hold your horses? Let's discuss the other PRs first.

@Philzen Philzen marked this pull request as draft April 26, 2024 21:58
@Philzen Philzen force-pushed the 2-15-fix-typo-iff branch 2 times, most recently from 2890b36 to 6d43e17 Compare April 26, 2024 22:09
@cowtowncoder
Copy link
Member

It's not a typo:

https://en.wikipedia.org/wiki/If_and_only_if

so only to be removed from cases where plain "if" is better -- but I try to add it only where "if and only if" is indeed the accurate usage.

@Philzen
Copy link
Contributor Author

Philzen commented Apr 28, 2024

Closed in favor of #1282

@Philzen Philzen closed this Apr 28, 2024
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

3 participants