mirror of
https://github.com/github/codeql.git
synced 2025-12-24 04:36:35 +01:00
Java: add generated stubs back, but in a different directory from existing apache-http-5 stubs
This commit is contained in:
13
java/ql/test/stubs/apache-http-5-Generated/javax/net/ssl/SNIMatcher.java
generated
Normal file
13
java/ql/test/stubs/apache-http-5-Generated/javax/net/ssl/SNIMatcher.java
generated
Normal file
@@ -0,0 +1,13 @@
|
||||
// Generated automatically from javax.net.ssl.SNIMatcher for testing purposes
|
||||
|
||||
package javax.net.ssl;
|
||||
|
||||
import javax.net.ssl.SNIServerName;
|
||||
|
||||
abstract public class SNIMatcher
|
||||
{
|
||||
protected SNIMatcher() {}
|
||||
protected SNIMatcher(int p0){}
|
||||
public abstract boolean matches(SNIServerName p0);
|
||||
public final int getType(){ return 0; }
|
||||
}
|
||||
Reference in New Issue
Block a user