mirror of
https://github.com/github/codeql.git
synced 2026-01-10 05:00:29 +01:00
11 lines
246 B
Java
Generated
11 lines
246 B
Java
Generated
// Generated automatically from android.webkit.WebResourceError for testing purposes
|
|
|
|
package android.webkit;
|
|
|
|
|
|
abstract public class WebResourceError
|
|
{
|
|
public abstract CharSequence getDescription();
|
|
public abstract int getErrorCode();
|
|
}
|