diff options
| author | 2015-08-22 00:26:52 +0000 | |
|---|---|---|
| committer | 2015-08-22 00:26:52 +0000 | |
| commit | 7225af947233f506d40500ab30a8c93bd1a603a5 (patch) | |
| tree | 8191fe03f8a0d981fba767cd41c825e3f2785153 | |
| parent | b1dded03df8eabf79ecbfe0771ab4ac76446e3bf (diff) | |
| parent | c66a0db280d5b8f21e7335b964f13cf6b765f336 (diff) | |
am c66a0db2: am 1bbc2750: am 74d9c2aa: Merge "Fix type-o in FingerprintManager documentation" into mnc-dev
* commit 'c66a0db280d5b8f21e7335b964f13cf6b765f336':
Fix type-o in FingerprintManager documentation
| -rw-r--r-- | core/java/android/hardware/fingerprint/FingerprintManager.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/java/android/hardware/fingerprint/FingerprintManager.java b/core/java/android/hardware/fingerprint/FingerprintManager.java index 061fad96ed25..7cff11b01383 100644 --- a/core/java/android/hardware/fingerprint/FingerprintManager.java +++ b/core/java/android/hardware/fingerprint/FingerprintManager.java @@ -395,7 +395,7 @@ public class FingerprintManager { * Request authentication of a crypto object. This call warms up the fingerprint hardware * and starts scanning for a fingerprint. It terminates when * {@link AuthenticationCallback#onAuthenticationError(int, CharSequence)} or - * {@link AuthenticationCallback#onAuthenticationSucceeded(AuthenticationResult) is called, at + * {@link AuthenticationCallback#onAuthenticationSucceeded(AuthenticationResult)} is called, at * which point the object is no longer valid. The operation can be canceled by using the * provided cancel object. * |