X-Git-Url: https://git.ktnx.net/?a=blobdiff_plain;f=app%2Fsrc%2Fmain%2Fjava%2Fnet%2Fktnx%2Fmobileledger%2Futils%2FDigest.java;h=cab5008a136d38d3907b498fdcdfe73959915ace;hb=20c03b7a5eb152d42fbbe9ecbaae27530563b398;hp=f02c152e69fc03e35eb5df1eb4939b25c1bad263;hpb=8b1fd23bad5b963e151e8962ef75091d20bbe462;p=mobile-ledger.git diff --git a/app/src/main/java/net/ktnx/mobileledger/utils/Digest.java b/app/src/main/java/net/ktnx/mobileledger/utils/Digest.java index f02c152e..cab5008a 100644 --- a/app/src/main/java/net/ktnx/mobileledger/utils/Digest.java +++ b/app/src/main/java/net/ktnx/mobileledger/utils/Digest.java @@ -1,18 +1,18 @@ /* - * Copyright © 2018 Damyan Ivanov. - * This file is part of Mobile-Ledger. - * Mobile-Ledger is free software: you can distribute it and/or modify it + * 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 * the Free Software Foundation, either version 3 of the License, or * (at your opinion), any later version. * - * Mobile-Ledger is distributed in the hope that it will be useful, + * MoLe is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License terms for details. * * You should have received a copy of the GNU General Public License - * along with Mobile-Ledger. If not, see . + * along with MoLe. If not, see . */ package net.ktnx.mobileledger.utils; @@ -82,8 +82,4 @@ public class Digest { public int getDigestLength() { return digest.getDigestLength(); } - @Override - public Object clone() throws CloneNotSupportedException { - return digest.clone(); - } }