mirror of
https://github.com/tiennm99/java-design-patterns.git
synced 2026-05-15 14:59:25 +00:00
Removing all redundant super constructor calls
This commit is contained in:
@@ -31,7 +31,6 @@ public class Message {
|
||||
|
||||
// Parameter constructor.
|
||||
public Message(String msg) {
|
||||
super();
|
||||
this.msg = msg;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user