mirror of
https://github.com/github/codeql.git
synced 2026-04-28 10:15:14 +02:00
don't add deprecated alias in experimental folder
This commit is contained in:
@@ -97,6 +97,3 @@ class UnsafeTlsVersion extends StringLiteral {
|
||||
class SslServerSocket extends RefType {
|
||||
SslServerSocket() { hasQualifiedName("javax.net.ssl", "SSLServerSocket") }
|
||||
}
|
||||
|
||||
/** DEPRECATED: Alias for SslServerSocket */
|
||||
deprecated class SSLServerSocket = SslServerSocket;
|
||||
|
||||
Reference in New Issue
Block a user