Skip to content

Commit

Permalink
Fixed: Support non-breaking spaces in numeric strings (OFBIZ-13168)
Browse files Browse the repository at this point in the history
Fixes an "import java.math.BigDecimal;" missing in ObjectType.java
  • Loading branch information
JacquesLeRoux committed Nov 12, 2024
1 parent 50feff8 commit 41f6f8c
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@

import java.io.Serializable;
import java.lang.reflect.InvocationTargetException;
import java.math.BigDecimal;
import java.util.Collection;
import java.util.HashMap;
import java.util.List;
Expand Down

0 comments on commit 41f6f8c

Please sign in to comment.