mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-09-24 02:09:05 +00:00
Remove explicit constructor super() calls
Closes gh-11068
This commit is contained in:
-1
@@ -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