]> git.ktnx.net Git - mobile-ledger-staging.git/blobdiff - app/src/main/java/net/ktnx/mobileledger/utils/Digest.java
fix many lint errors/warnings
[mobile-ledger-staging.git] / app / src / main / java / net / ktnx / mobileledger / utils / Digest.java
index c4a8b50a0c6684e3280d6849e97b015499ebfc83..cab5008a136d38d3907b498fdcdfe73959915ace 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
@@ -82,8 +82,4 @@ public class Digest {
     public int getDigestLength() {
         return digest.getDigestLength();
     }
-    @Override
-    public Object clone() throws CloneNotSupportedException {
-        return digest.clone();
-    }
 }