Skip to content

Commit

Permalink
cleanup..
Browse files Browse the repository at this point in the history
  • Loading branch information
Josh Long committed Aug 16, 2011
1 parent 15ccefe commit 5621076
Showing 1 changed file with 0 additions and 1 deletion.
Expand Up @@ -41,7 +41,6 @@ public boolean validate() {
for (Expense expense : getExpenses()) {
if (!expenseValidationStrategy.validate(expense)) {
valid = false;
// todo introduce WELL_KNOWN_RECEIPT_REQUIRED constant or something?
}
}
return valid;
Expand Down

0 comments on commit 5621076

Please sign in to comment.