Java: Reduce long comment.

This commit is contained in:
intrigus
2021-04-15 19:40:22 +02:00
parent 45cec3df1c
commit 4a00670b68

View File

@@ -19,7 +19,8 @@ import DataFlow::PathGraph
/**
* Models an insecure `X509TrustManager`.
* An `X509TrustManager` is considered insecure if it never throws a `CertificateException` thereby accepting any certificate as valid.
* An `X509TrustManager` is considered insecure if it never throws a `CertificateException`
* thereby accepting any certificate as valid.
*/
class InsecureX509TrustManager extends RefType {
InsecureX509TrustManager() {