commit | 63c8c4937e2b170eb018a3772789b7466cc51bbc | [log] [tgz] |
---|---|---|
author | Jim Miller <jaggies@google.com> | Wed Mar 25 14:06:02 2015 -0700 |
committer | Jim Miller <jaggies@google.com> | Wed Mar 25 14:06:02 2015 -0700 |
tree | 15c9f761b2c60cb2aa57e31c58c7a31b6f21a71a | |
parent | e564c00e2b72b6d2655cf94c27b930bc5cfa1f3e [diff] |
Fix the build Change-Id: I15cc8d517a1713b003aad396aa5d2b29cb808338
diff --git a/core/java/android/service/fingerprint/FingerprintManager.java b/core/java/android/service/fingerprint/FingerprintManager.java index 26673ab..bb90e40 100644 --- a/core/java/android/service/fingerprint/FingerprintManager.java +++ b/core/java/android/service/fingerprint/FingerprintManager.java
@@ -202,7 +202,7 @@ /** * Called when the given fingerprint can't be removed. * @param fp the fingerprint that the call attempted to remove. - * @parame errMsgId an associated error message id. + * @param errMsgId an associated error message id. * @param errString an error message indicating why the fingerprint id can't be removed. */ public abstract void onRemovalError(Fingerprint fp, int errMsgId, CharSequence errString);