don't add deprecated alias in experimental folder

This commit is contained in:
erik-krogh
2022-08-23 10:33:17 +02:00
parent 82d9180892
commit 82a5b7838c

View File

@@ -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;