]> git.ktnx.net Git - mobile-ledger-staging.git/blobdiff - app/src/main/java/net/ktnx/mobileledger/json/v1_14/ParsedPrice.java
fix many lint errors/warnings
[mobile-ledger-staging.git] / app / src / main / java / net / ktnx / mobileledger / json / v1_14 / ParsedPrice.java
index 7f457a7c35a10474c5d0b28bc434431f997812d0..b00936ec2b2838de2d2f3d9322cdccafc73c3e09 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright © 2019 Damyan Ivanov.
+ * Copyright © 2020 Damyan Ivanov.
  * This file is part of MoLe.
  * MoLe is free software: you can distribute it and/or modify it
  * under the term of the GNU General Public License as published by
@@ -35,7 +35,7 @@ class ParsedPrice {
     public void setTag(String tag) {
         this.tag = tag;
     }
-    private class Contents {
+    private static class Contents {
         private ParsedPrice aprice;
         private ParsedQuantity aquantity;
         private String acommodity;