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

Commit 479e628

Browse files
committed
Indian number formatting broken #55
1 parent f313f17 commit 479e628

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/main/java/org/javamoney/moneta/internal/JDKObjects.java

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,10 @@
1515
*/
1616
package org.javamoney.moneta.internal;
1717

18+
/**
19+
* This is a drop-in-replacement for some convenience methods like <code>nonNull</code> added to the
20+
* <type>Objects</type> class in Java 8 or beyond.
21+
*/
1822
public class JDKObjects {
1923
/**
2024
* JDK Drop-in-replacement

0 commit comments

Comments
 (0)