Skip to content

Commit

Permalink
[#3] Wording, refine todo
Browse files Browse the repository at this point in the history
  • Loading branch information
EthanLin-TWer committed Jan 14, 2017
1 parent d3d0a55 commit fa8462d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

public class Bank {
public Money reduced(Expression money, String toCurrency) {
// TODO: [Linesh][1/9/17] Type cast is a bad smell?
// TODO: [Linesh][1/9/17] Is type cast a bad smell?
Sum sum = (Sum) money;
return sum.reduced(money, toCurrency);
}
Expand Down

0 comments on commit fa8462d

Please sign in to comment.