FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

docs: Correct Javadoc logic for MonetaryAmount.isLessThan(MonetaryAmount) by andersongdecastro · Pull Request #154 · JavaMoney/jsr354-api · GitHub

docs: Correct Javadoc logic for MonetaryAmount.isLessThan(MonetaryAmount) - #154

Open
andersongdecastro wants to merge 1 commit into
JavaMoney:masterfrom
andersongdecastro:docs/153-javadoc-doesnt-match-implementation
Open

docs: Correct Javadoc logic for MonetaryAmount.isLessThan(MonetaryAmount)#154
andersongdecastro wants to merge 1 commit into
JavaMoney:masterfrom
andersongdecastro:docs/153-javadoc-doesnt-match-implementation

Conversation

andersongdecastro commented Nov 11, 2025
edited by keilw
Loading

Copy link
Copy Markdown

docs: Correct Javadoc logic for MonetaryAmount.isLessThan(MonetaryAmount)

This pull request corrects the Javadoc logic for the isLessThan method.

Flipped "amount < this" to "this < amount" in the Javadoc for MonetaryAmount.isLessThan(MonetaryAmount).

Closes #153


This change is 

andersongdecastro marked this pull request as draft November 11, 2025 20:02
andersongdecastro marked this pull request as ready for review November 11, 2025 20:04
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
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.

Convenience comparison function javadoc doesn't match implementation

1 participant


Back | FazBrowse Home | New Git URL