Skip to content

Commit

Permalink
Minor formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
cubiccompass committed Nov 18, 2013
1 parent 5fce901 commit 1746bb3
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions templates/src/classes/TriggerHandlerTemplate.cls
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,9 @@
for({{object_name}} newRecord : newRecords){
//SFDC{{class_name}} obj = new SFDC{{class_name}}().withSObject(newRecord).validate();
//if(obj.hasErrors()){
//for(String err : obj.errors){
// newRecord.addError(err);
// for(String err : obj.errors){
// newRecord.addError(err);
// }
//}
}
}
Expand Down

0 comments on commit 1746bb3

Please sign in to comment.