Skip to content

Commit

Permalink
un commenting out the validator for: Add missing CRUD methods for Order
Browse files Browse the repository at this point in the history
Frequency - TRUNK-4188
  • Loading branch information
dkayiwa committed Feb 26, 2014
1 parent 219f817 commit 04791e4
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -470,7 +470,7 @@ public OrderFrequency saveOrderFrequency(OrderFrequency orderFrequency) throws A
}
}

//ValidateUtil.validate(orderFrequency);
ValidateUtil.validate(orderFrequency);
return dao.saveOrderFrequency(orderFrequency);
}

Expand Down

0 comments on commit 04791e4

Please sign in to comment.