Skip to content

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

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

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

Conversation

@andersongdecastro
Copy link
Copy Markdown

@andersongdecastro andersongdecastro commented Nov 11, 2025

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 Reviewable

@andersongdecastro andersongdecastro marked this pull request as draft November 11, 2025 20:02
@andersongdecastro andersongdecastro marked this pull request as ready for review November 11, 2025 20:04
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