Skip to content

Commit 82a5b78

Browse files
committed
don't add deprecated alias in experimental folder
1 parent 82d9180 commit 82a5b78

File tree

1 file changed

+0
-3
lines changed
  • java/ql/src/experimental/Security/CWE/CWE-327

1 file changed

+0
-3
lines changed

java/ql/src/experimental/Security/CWE/CWE-327/SslLib.qll

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,3 @@ class UnsafeTlsVersion extends StringLiteral {
9797
class SslServerSocket extends RefType {
9898
SslServerSocket() { hasQualifiedName("javax.net.ssl", "SSLServerSocket") }
9999
}
100-
101-
/** DEPRECATED: Alias for SslServerSocket */
102-
deprecated class SSLServerSocket = SslServerSocket;

0 commit comments

Comments
 (0)