]> git.ktnx.net Git - mobile-ledger.git/blobdiff - app/src/main/java/net/ktnx/mobileledger/json/v1_14/ParsedQuantity.java
add support for floatingPoint member of the quantity objects
[mobile-ledger.git] / app / src / main / java / net / ktnx / mobileledger / json / v1_14 / ParsedQuantity.java
index 5c27f6fbab8fe10e05075da1ed5aad1f062f6d01..2588054ffb9419d70191c47330ac153b062973dc 100644 (file)
@@ -21,8 +21,8 @@ import com.fasterxml.jackson.annotation.JsonIgnoreProperties;
 
 @JsonIgnoreProperties(ignoreUnknown = true)
 public class ParsedQuantity {
-    private long decimalMantissa;
-    private int decimalPlaces;
+    protected long decimalMantissa;
+    protected int decimalPlaces;
     public ParsedQuantity() {
     }
     public ParsedQuantity(String input) {