Skip to content

Commit 19bc69e

Browse files
committed
Multi Currency Money [springframeworkguru#26. Times method refactoring]
1 parent e95c460 commit 19bc69e

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/test/java/guru/springframework/Franc.java

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,4 @@ public Franc(int amount, String currency) {
55
super(amount, currency);
66
}
77

8-
public Money times(int multiplier) {
9-
return new Money(this.amount * multiplier, this.currency);
10-
}
11-
128
}

0 commit comments

Comments
 (0)