Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commita820006

Browse files
committed
Remove redundant explicit super() constructor callsiluwatar#694
1 parente902132 commita820006

File tree

8 files changed

+0
-8
lines changed

8 files changed

+0
-8
lines changed

‎cqrs/src/main/java/com/iluwatar/cqrs/domain/model/Author.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,6 @@ public Author(String username, String name, String email) {
5656
}
5757

5858
protectedAuthor() {
59-
super();
6059
}
6160

6261
publiclonggetId() {

‎cqrs/src/main/java/com/iluwatar/cqrs/domain/model/Book.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,6 @@ public Book(String title, double price, Author author) {
5858
}
5959

6060
protectedBook() {
61-
super();
6261
}
6362

6463
publiclonggetId() {

‎cqrs/src/main/java/com/iluwatar/cqrs/dto/Author.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,6 @@ public Author(String name, String email, String username) {
5151
}
5252

5353
publicAuthor() {
54-
super();
5554
}
5655

5756
publicStringgetName() {

‎cqrs/src/main/java/com/iluwatar/cqrs/dto/Book.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,6 @@ public Book(String title, double price) {
4747
}
4848

4949
publicBook() {
50-
super();
5150
}
5251

5352
publicStringgetTitle() {

‎event-aggregator/src/main/java/com/iluwatar/event/aggregator/KingsHand.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@
3030
publicclassKingsHandextendsEventEmitterimplementsEventObserver {
3131

3232
publicKingsHand() {
33-
super();
3433
}
3534

3635
publicKingsHand(EventObserverobs) {

‎event-aggregator/src/main/java/com/iluwatar/event/aggregator/LordBaelish.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@
3030
publicclassLordBaelishextendsEventEmitter {
3131

3232
publicLordBaelish() {
33-
super();
3433
}
3534

3635
publicLordBaelish(EventObserverobs) {

‎event-aggregator/src/main/java/com/iluwatar/event/aggregator/LordVarys.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@
3030
publicclassLordVarysextendsEventEmitter {
3131

3232
publicLordVarys() {
33-
super();
3433
}
3534

3635
publicLordVarys(EventObserverobs) {

‎event-aggregator/src/main/java/com/iluwatar/event/aggregator/Scout.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@
3030
publicclassScoutextendsEventEmitter {
3131

3232
publicScout() {
33-
super();
3433
}
3534

3635
publicScout(EventObserverobs) {

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp