mirror of
https://github.com/ysoftdevs/DependencyCheck.git
synced 2026-03-19 07:44:23 +01:00
checkstyle corrections
This commit is contained in:
@@ -32,7 +32,6 @@ import java.security.InvalidAlgorithmParameterException;
|
|||||||
import java.util.zip.GZIPInputStream;
|
import java.util.zip.GZIPInputStream;
|
||||||
import java.util.zip.InflaterInputStream;
|
import java.util.zip.InflaterInputStream;
|
||||||
import static java.lang.String.format;
|
import static java.lang.String.format;
|
||||||
import static java.lang.String.format;
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* A utility to download files from the Internet.
|
* A utility to download files from the Internet.
|
||||||
@@ -323,7 +322,6 @@ public final class Downloader {
|
|||||||
cause = cause.getCause();
|
cause = cause.getCause();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Returns the HEAD or GET HTTP method. HEAD is the default.
|
* Returns the HEAD or GET HTTP method. HEAD is the default.
|
||||||
|
|||||||
@@ -333,7 +333,8 @@ public class SSLSocketFactoryEx extends SSLSocketFactory {
|
|||||||
"TLS_RSA_WITH_AES_256_CBC_SHA256",
|
"TLS_RSA_WITH_AES_256_CBC_SHA256",
|
||||||
"TLS_RSA_WITH_AES_256_CBC_SHA",
|
"TLS_RSA_WITH_AES_256_CBC_SHA",
|
||||||
"TLS_RSA_WITH_AES_128_CBC_SHA256",
|
"TLS_RSA_WITH_AES_128_CBC_SHA256",
|
||||||
"TLS_RSA_WITH_AES_128_CBC_SHA",};
|
"TLS_RSA_WITH_AES_128_CBC_SHA",
|
||||||
|
};
|
||||||
|
|
||||||
String[] availableCiphers;
|
String[] availableCiphers;
|
||||||
|
|
||||||
@@ -352,7 +353,8 @@ public class SSLSocketFactoryEx extends SSLSocketFactory {
|
|||||||
"TLS_RSA_WITH_AES_256_CBC_SHA",
|
"TLS_RSA_WITH_AES_256_CBC_SHA",
|
||||||
"TLS_RSA_WITH_AES_128_CBC_SHA256",
|
"TLS_RSA_WITH_AES_128_CBC_SHA256",
|
||||||
"TLS_RSA_WITH_AES_128_CBC_SHA",
|
"TLS_RSA_WITH_AES_128_CBC_SHA",
|
||||||
"TLS_EMPTY_RENEGOTIATION_INFO_SCSV",};
|
"TLS_EMPTY_RENEGOTIATION_INFO_SCSV",
|
||||||
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
final List<String> aa = new ArrayList<String>();
|
final List<String> aa = new ArrayList<String>();
|
||||||
|
|||||||
Reference in New Issue
Block a user