]> git.ktnx.net Git - mobile-ledger.git/blobdiff - app/src/main/java/net/ktnx/mobileledger/model/LedgerAmount.java
update copyright years
[mobile-ledger.git] / app / src / main / java / net / ktnx / mobileledger / model / LedgerAmount.java
index 8b2d9e7ae28c337ff3c7ca5c4586c23acb51b527..6aebdb50f7fb70dbf99cb8a5c43cf7b99cf21443 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright © 2018 Damyan Ivanov.
+ * Copyright © 2019 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
@@ -18,7 +18,7 @@
 package net.ktnx.mobileledger.model;
 
 import android.annotation.SuppressLint;
-import android.support.annotation.NonNull;
+import androidx.annotation.NonNull;
 
 public class LedgerAmount {
     private String currency;