Skip to content

Commit cfa5ef5

Browse files
authored
Update MonetaryAmount.java
1 parent 88de419 commit cfa5ef5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/javax/money/MonetaryAmount.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -591,7 +591,7 @@ default boolean isZero(){
591591
* <p>This method, which simply returns this {@code MonetaryAmount}
592592
* is included for symmetry with the unary minus method {@link #negate()}.
593593
*
594-
* @return {@code this}. A zero result will have a scale of 0.
594+
* @return {@code this}.
595595
* @see #negate()
596596
* @see java.math.BigDecimal#plus()
597597
*/

0 commit comments

Comments
 (0)