mirror of
https://github.com/github/codeql.git
synced 2026-05-01 11:45:14 +02:00
Update stubs
This commit is contained in:
10
java/ql/test/stubs/google-android-9.0.0/android/webkit/WebResourceError.java
generated
Normal file
10
java/ql/test/stubs/google-android-9.0.0/android/webkit/WebResourceError.java
generated
Normal file
@@ -0,0 +1,10 @@
|
||||
// Generated automatically from android.webkit.WebResourceError for testing purposes
|
||||
|
||||
package android.webkit;
|
||||
|
||||
|
||||
abstract public class WebResourceError
|
||||
{
|
||||
public abstract CharSequence getDescription();
|
||||
public abstract int getErrorCode();
|
||||
}
|
||||
Reference in New Issue
Block a user