JavaMoney / jsr354-ri

JSR 354 - Moneta: Reference Implementation
Other
344 stars 101 forks source link

Redundant enum constructor visibility modifiers #272

Closed marschall closed 5 years ago

marschall commented 5 years ago

The private visibility modifier on enum constructors is redundant.


This change is Reviewable