Use diamond type
This commit is contained in:
@@ -103,7 +103,7 @@ public class AuthenticationSimpleHttpInvokerRequestExecutorTests {
|
||||
|
||||
private class MockHttpURLConnection extends HttpURLConnection {
|
||||
|
||||
private Map<String, String> requestProperties = new HashMap<String, String>();
|
||||
private Map<String, String> requestProperties = new HashMap<>();
|
||||
|
||||
public MockHttpURLConnection(URL u) {
|
||||
super(u);
|
||||
|
||||
Reference in New Issue
Block a user