diff --git a/src/nodash/exceptions/NoByteSetBadDecryptionException.java b/src/nodash/exceptions/NoByteSetBadDecryptionException.java index 44e03b6..8b39ffe 100644 --- a/src/nodash/exceptions/NoByteSetBadDecryptionException.java +++ b/src/nodash/exceptions/NoByteSetBadDecryptionException.java @@ -19,8 +19,6 @@ package nodash.exceptions; -import javax.crypto.BadPaddingException; - public class NoByteSetBadDecryptionException extends NoDashException { private static final long serialVersionUID = -8579497499272656543L;