From 5e018c04a6d1018b214fb4a727ca3182768301f2 Mon Sep 17 00:00:00 2001 From: Shawn Willden Date: Tue, 14 Jun 2016 16:59:14 -0600 Subject: [PATCH] Unbreak Javadoc on getAttestationChallenge() Bug: 28844154 Change-Id: I8402a39f366291cd2b5d646536cd2c2bab8556d2 --- .../java/android/security/keystore/KeyGenParameterSpec.java | 5 ----- 1 file changed, 5 deletions(-) diff --git a/keystore/java/android/security/keystore/KeyGenParameterSpec.java b/keystore/java/android/security/keystore/KeyGenParameterSpec.java index c3dd223c325f0..869262fc4e5b6 100644 --- a/keystore/java/android/security/keystore/KeyGenParameterSpec.java +++ b/keystore/java/android/security/keystore/KeyGenParameterSpec.java @@ -582,11 +582,6 @@ public final class KeyGenParameterSpec implements AlgorithmParameterSpec { * * @see Builder#setAttestationChallenge(byte[]) */ - /* - * TODO(swillden): Update this documentation to describe the hardware and software root keys, - * including information about CRL/OCSP services for discovering revocations, and to link to - * documentation of the extension format and content. - */ public byte[] getAttestationChallenge() { return Utils.cloneIfNotNull(mAttestationChallenge); }