mirror of
https://github.com/spring-projects/spring-framework.git
synced 2026-09-25 00:09:02 +00:00
Spring cleaning: avoid unnecessary super() invocations
This commit is contained in:
-1
@@ -245,7 +245,6 @@ class RequestPartIntegrationTests {
|
||||
private String name;
|
||||
|
||||
public TestData() {
|
||||
super();
|
||||
}
|
||||
|
||||
public TestData(String name) {
|
||||
|
||||
Reference in New Issue
Block a user