mirror of
https://github.com/github/codeql.git
synced 2025-12-20 10:46:30 +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();
|
|
}
|