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