mirror of
https://github.com/github/codeql.git
synced 2026-05-03 04:39:29 +02:00
Update stubs
This commit is contained in:
14
java/ql/test/stubs/google-android-9.0.0/android/webkit/WebMessage.java
generated
Normal file
14
java/ql/test/stubs/google-android-9.0.0/android/webkit/WebMessage.java
generated
Normal file
@@ -0,0 +1,14 @@
|
||||
// Generated automatically from android.webkit.WebMessage for testing purposes
|
||||
|
||||
package android.webkit;
|
||||
|
||||
import android.webkit.WebMessagePort;
|
||||
|
||||
public class WebMessage
|
||||
{
|
||||
protected WebMessage() {}
|
||||
public String getData(){ return null; }
|
||||
public WebMessage(String p0){}
|
||||
public WebMessage(String p0, WebMessagePort[] p1){}
|
||||
public WebMessagePort[] getPorts(){ return null; }
|
||||
}
|
||||
Reference in New Issue
Block a user