Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/main/java/javax/money/MonetaryAmount.java
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@ default MonetaryAmount with(MonetaryOperator operator){
* zeroes and different numeric capabilities.
*
* @param amount the {@link MonetaryAmount} to be compared with this instance.
* @return {@code true} if {@code amount < this}.
* @return {@code true} if {@code this < amount}.
* @throws MonetaryException if the amount's currency is not equal to the currency of this instance.
*/
boolean isLessThan(MonetaryAmount amount);
Expand Down