Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit cff4643d authored by Andrew Solovay's avatar Andrew Solovay
Browse files

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]
parent 48a7fda8
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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 {