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