mirror of
https://github.com/github/codeql.git
synced 2026-04-30 03:05:15 +02:00
Update stubs
This commit is contained in:
10
java/ql/test/stubs/google-android-9.0.0/android/webkit/WebViewRenderProcess.java
generated
Normal file
10
java/ql/test/stubs/google-android-9.0.0/android/webkit/WebViewRenderProcess.java
generated
Normal file
@@ -0,0 +1,10 @@
|
||||
// Generated automatically from android.webkit.WebViewRenderProcess for testing purposes
|
||||
|
||||
package android.webkit;
|
||||
|
||||
|
||||
abstract public class WebViewRenderProcess
|
||||
{
|
||||
public WebViewRenderProcess(){}
|
||||
public abstract boolean terminate();
|
||||
}
|
||||
Reference in New Issue
Block a user