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

Commit 1e8b0746 authored by Selim Gurun's avatar Selim Gurun Committed by Android Git Automerger
Browse files

am 393fa834: Fix public comments for SslErrorHandler.

# Via Selim Gurun
* commit '393fa834':
  Fix public comments for SslErrorHandler.
parents 5598e563 393fa834
Loading
Loading
Loading
Loading
+5 −3
Original line number Diff line number Diff line
@@ -19,9 +19,11 @@ package android.webkit;
import android.os.Handler;

/**
 * SslErrorHandler: class responsible for handling SSL errors.
 * This class is passed as a parameter to BrowserCallback.displaySslErrorDialog
 * and is meant to receive the user's response.
 * Represents a request for handling an SSL error. Instances of this class are
 * created by the WebView and passed to
 * {@link WebViewClient#onReceivedSslError}. The host application must call
 * either {@link #proceed} or {@link #cancel} to set the WebView's response
 * to the request.
 */
public class SslErrorHandler extends Handler {