summaryrefslogtreecommitdiffstats
path: root/luni/src
diff options
context:
space:
mode:
authorNeil Fuller <nfuller@google.com>2015-03-13 17:34:44 +0000
committerNeil Fuller <nfuller@google.com>2015-03-13 17:34:44 +0000
commit7d3ad7ba3a29eec80a4dfbe0833bf5705e4dac53 (patch)
treec87787743983b2f61e26296a5b2a731ce042cbf1 /luni/src
parent0202f7b40ca46f4555b788683d477585d20c11b1 (diff)
downloadlibcore-7d3ad7ba3a29eec80a4dfbe0833bf5705e4dac53.zip
libcore-7d3ad7ba3a29eec80a4dfbe0833bf5705e4dac53.tar.gz
libcore-7d3ad7ba3a29eec80a4dfbe0833bf5705e4dac53.tar.bz2
Remove a misleading comment.
Change-Id: I7a5c8095e98f1449fb4efc98061c488fd0b573e2
Diffstat (limited to 'luni/src')
-rw-r--r--luni/src/main/java/javax/crypto/ExemptionMechanism.java3
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();