diff options
author | Neil Fuller <nfuller@google.com> | 2015-03-26 14:40:51 +0000 |
---|---|---|
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | 2015-03-26 14:40:53 +0000 |
commit | 2900d6b662d34f626fa8fc6dd442cc460e9b803d (patch) | |
tree | 77da316b6f868b651ec8714f202298f87d086c5b /luni/src | |
parent | 1e342670cc46445bd51d53f7a28f95d1eb879c9f (diff) | |
parent | 7d3ad7ba3a29eec80a4dfbe0833bf5705e4dac53 (diff) | |
download | libcore-2900d6b662d34f626fa8fc6dd442cc460e9b803d.zip libcore-2900d6b662d34f626fa8fc6dd442cc460e9b803d.tar.gz libcore-2900d6b662d34f626fa8fc6dd442cc460e9b803d.tar.bz2 |
Merge "Remove a misleading comment."
Diffstat (limited to 'luni/src')
-rw-r--r-- | luni/src/main/java/javax/crypto/ExemptionMechanism.java | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/luni/src/main/java/javax/crypto/ExemptionMechanism.java b/luni/src/main/java/javax/crypto/ExemptionMechanism.java index c2d42e6..eede649 100644 --- a/luni/src/main/java/javax/crypto/ExemptionMechanism.java +++ b/luni/src/main/java/javax/crypto/ExemptionMechanism.java @@ -361,9 +361,6 @@ public class ExemptionMechanism { return len; } - /** - * Override to clear any key state in the instance. - */ @Override protected void finalize() { try { super.finalize(); |