Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/quite/humla-spongycastle.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Hook <dgh@cryptoworkshop.com>2013-05-12 08:46:58 +0400
committerDavid Hook <dgh@cryptoworkshop.com>2013-05-12 08:46:58 +0400
commit87f38cced3503fe5f20e7040b93ba0fee94578ae (patch)
treee7fa5dd413798c2066b0f611d101e88b4c6ca1c3
parent5f7d218ddb65a39f8513c248be84852f956f35d0 (diff)
JavaDoc
-rw-r--r--src/main/java/org/bouncycastle/util/Memoable.java1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main/java/org/bouncycastle/util/Memoable.java b/src/main/java/org/bouncycastle/util/Memoable.java
index d89815cd..0be91711 100644
--- a/src/main/java/org/bouncycastle/util/Memoable.java
+++ b/src/main/java/org/bouncycastle/util/Memoable.java
@@ -17,6 +17,7 @@ public interface Memoable
*
* @param other an object originally {@link #copy() copied} from an object of the same type as this instance.
* @throws ClassCastException if the provided object is not of the correct type.
+ * @throws MemoableResetException if the <b>other</b> parameter is in some other way invalid.
*/
public void reset(Memoable other);
}