Remove explicit constructor super() calls
Closes gh-11068
This commit is contained in:
@@ -50,7 +50,6 @@ public class City implements Serializable {
|
||||
}
|
||||
|
||||
public City(String name, String country) {
|
||||
super();
|
||||
this.name = name;
|
||||
this.country = country;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user