mirror of
https://github.com/github/codeql.git
synced 2025-12-24 04:36:35 +01: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