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:
15
java/ql/test/stubs/apache-http-5-Generated/javax/net/ssl/SNIServerName.java
generated
Normal file
15
java/ql/test/stubs/apache-http-5-Generated/javax/net/ssl/SNIServerName.java
generated
Normal file
@@ -0,0 +1,15 @@
|
||||
// Generated automatically from javax.net.ssl.SNIServerName for testing purposes
|
||||
|
||||
package javax.net.ssl;
|
||||
|
||||
|
||||
abstract public class SNIServerName
|
||||
{
|
||||
protected SNIServerName() {}
|
||||
protected SNIServerName(int p0, byte[] p1){}
|
||||
public String toString(){ return null; }
|
||||
public boolean equals(Object p0){ return false; }
|
||||
public final byte[] getEncoded(){ return null; }
|
||||
public final int getType(){ return 0; }
|
||||
public int hashCode(){ return 0; }
|
||||
}
|
||||
Reference in New Issue
Block a user