JavaMoney / jsr354-api

JSR 354 - Money and Currency API
http://javamoney.org
Apache License 2.0
357 stars 79 forks source link

Wrong Javadoc in MonetaryOperator #88

Closed marschall closed 4 years ago

marschall commented 6 years ago

The Javadoc of javax.money.MonetaryOperator says

This interface extends {@code java.util.function.UnaryOperator} introduced by Java 8.

but it does not extend java.util.function.UnaryOperator

stokito commented 5 years ago

But why it's not implements the UnaryOperator? Maybe this was just missed so we should implement it instead of removing the comment.

keilw commented 4 years ago

It's certainly not supposed to extend UnaryOperator, was also fixed with #109 and not closed.