Merge "docs: Fixing typo in class summary"

This commit is contained in:
Andrew Solovay
2023-01-30 22:11:46 +00:00
committed by Android (Google) Code Review

View File

@@ -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 {