From cff4643d23f234c3bf1a3fc563355b5743de1257 Mon Sep 17 00:00:00 2001 From: Andrew Solovay Date: Wed, 28 Dec 2022 22:56:07 +0000 Subject: [PATCH] docs: Fixing typo in class summary The commontypos linter complained about the "the the" typo. No change to source code. Per go/fix-refdocs, master is now the preferred branch for doc fixes until the U dev branch is open. Since this CL hasn't been reviewed yet, I'm CPing it over here and abandoning the original CL. Bug: 263824202 Change-Id: If03bfc1f3e1a42b26019c039595c7bf8c0010ad4 Test: [go/abtd docs build] --- .../android/security/ConfirmationNotAvailableException.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/java/android/security/ConfirmationNotAvailableException.java b/core/java/android/security/ConfirmationNotAvailableException.java index 8d0e672c0671e..0b37ae406b336 100644 --- a/core/java/android/security/ConfirmationNotAvailableException.java +++ b/core/java/android/security/ConfirmationNotAvailableException.java @@ -17,7 +17,7 @@ package android.security; /** - * This exception is thrown when presenting a prompt fails because the the environment lacks + * This exception is thrown when presenting a prompt fails because the environment lacks * facilities for showing confirmations. */ public class ConfirmationNotAvailableException extends Exception {