Skip to content
This repository has been archived by the owner on Jan 18, 2022. It is now read-only.

Commit

Permalink
Indian number formatting broken #55
Browse files Browse the repository at this point in the history
  • Loading branch information
keilw committed Jul 21, 2020
1 parent f313f17 commit 479e628
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/main/java/org/javamoney/moneta/internal/JDKObjects.java
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@
*/
package org.javamoney.moneta.internal;

/**
* This is a drop-in-replacement for some convenience methods like <code>nonNull</code> added to the
* <type>Objects</type> class in Java 8 or beyond.
*/
public class JDKObjects {
/**
* JDK Drop-in-replacement
Expand Down

0 comments on commit 479e628

Please sign in to comment.