Skip to content

Commit e9712f0

Browse files
committed
Add missing QLDoc
1 parent 698fd64 commit e9712f0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,12 @@ class SSLSession extends RefType {
3434
SSLSession() { hasQualifiedName("javax.net.ssl", "SSLSession") }
3535
}
3636

37+
/** The `javax.net.ssl.SSLEngine` class. */
3738
class SSLEngine extends RefType {
3839
SSLEngine() { this.hasQualifiedName("javax.net.ssl", "SSLEngine") }
3940
}
4041

42+
/** The `javax.net.ssl.SSLSocket` class. */
4143
class SSLSocket extends RefType {
4244
SSLSocket() { this.hasQualifiedName("javax.net.ssl", "SSLSocket") }
4345
}

0 commit comments

Comments
 (0)