mirror of
https://github.com/ysoftdevs/DependencyCheck.git
synced 2026-01-15 00:03:43 +01:00
checkstyle corrections
Former-commit-id: 7a96e04aeb874f27248375b47ad7d1f0aee6b8dc
This commit is contained in:
@@ -170,7 +170,7 @@ public class NexusSearch {
|
||||
public boolean preflightRequest() {
|
||||
HttpURLConnection conn;
|
||||
try {
|
||||
URL url = new URL(rootURL, "status");
|
||||
final URL url = new URL(rootURL, "status");
|
||||
conn = URLConnectionFactory.createHttpURLConnection(url, useProxy);
|
||||
conn.addRequestProperty("Accept", "application/xml");
|
||||
conn.connect();
|
||||
|
||||
Reference in New Issue
Block a user