JavaMoney / jsr354-ri-bp

Backport of the JSR 354 RI compatible with Java prior to SE8.
Other
9 stars 14 forks source link

Revert "Removes unnecessary method" #10

Closed keilw closed 9 years ago

keilw commented 9 years ago

Reverts JavaMoney/jsr354-ri-bp#9

Sorry but this one is in 1.0 of Moneta and Moneta-BP, we can't just delete it. If you think it does not make sense, @deprecated would be a first step, not immediately deleting.

otaviojava commented 9 years ago

@keilw sorry.

otaviojava commented 9 years ago

I just would like to remove the @overide method and not all method.

keilw commented 9 years ago

IC, I re-did the commit, it does not seem necessary in Java 7 and this is a package local class, so the signature should not be visible anyway.