Files
codeql/java/ql/test/stubs/okhttp-4.9.3/javax/net/ssl/SNIServerName.java
Joe Farebrother 4afecf575e Generate more stubs for okhttp and fix tests.
Some generated stubs needed to be manually corrected.
2022-12-09 13:41:17 +00:00

16 lines
464 B
Java
Generated

// 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; }
}