Skip to content

Commit

Permalink
Make the wrapper public fix #1
Browse files Browse the repository at this point in the history
  • Loading branch information
mortezaadi committed Mar 30, 2017
1 parent 43ab67c commit c434642
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
* @author adigozalpour
*
*/
final class BigDecimalWrapper {
public final class BigDecimalWrapper {

private static final int ZERO = 0;
private final BigDecimal bigDecimal;
Expand Down

0 comments on commit c434642

Please sign in to comment.