Skip to content

Commit e98720d

Browse files
committed
Java: add missing qldoc
1 parent 3df03b7 commit e98720d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

java/ql/lib/semmle/code/java/security/Encryption.qll

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ class X509TrustManager extends RefType {
1717
X509TrustManager() { this.hasQualifiedName("javax.net.ssl", "X509TrustManager") }
1818
}
1919

20+
/** The `javax.net.ssl.HttpsURLConnection` class. */
2021
class HttpsUrlConnection extends RefType {
2122
HttpsUrlConnection() { this.hasQualifiedName("javax.net.ssl", "HttpsURLConnection") }
2223
}

0 commit comments

Comments
 (0)