remove redundant modifiers found by checkstyle
This commit is contained in:
@@ -105,7 +105,7 @@ public class AuthenticationSimpleHttpInvokerRequestExecutorTests {
|
||||
|
||||
private Map<String, String> requestProperties = new HashMap<>();
|
||||
|
||||
public MockHttpURLConnection(URL u) {
|
||||
MockHttpURLConnection(URL u) {
|
||||
super(u);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user