Skip to content

Commit

Permalink
testing whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
mickle00 committed Apr 3, 2012
1 parent a3a218c commit 604ac09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/classes/CaseTransferController.cls
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ public class CaseTransferController{

public PageReference returnToCase(){
return new ApexPages.StandardController(myCase).View();
}
}

public PageReference transferCase(){
this.createTransferredCase(myCase);
Expand Down

0 comments on commit 604ac09

Please sign in to comment.