mirror of
https://github.com/ysoftdevs/DependencyCheck.git
synced 2026-02-24 19:35:16 +01:00
checkstyle suggested cleanup
This commit is contained in:
@@ -71,7 +71,8 @@ public class SSLSocketFactoryEx extends SSLSocketFactory {
|
||||
* supported
|
||||
* @throws KeyManagementException thrown if initialization fails
|
||||
*/
|
||||
public SSLSocketFactoryEx(KeyManager[] km, TrustManager[] tm, SecureRandom random, Settings settings) throws NoSuchAlgorithmException, KeyManagementException {
|
||||
public SSLSocketFactoryEx(KeyManager[] km, TrustManager[] tm, SecureRandom random, Settings settings)
|
||||
throws NoSuchAlgorithmException, KeyManagementException {
|
||||
this.settings = settings;
|
||||
initSSLSocketFactoryEx(km, tm, random);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user