Skip to content

Commit

Permalink
Only use deprecated when deploying to packaging org
Browse files Browse the repository at this point in the history
  • Loading branch information
jlantz committed May 22, 2015
1 parent 51ac515 commit 16e9fb8
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/classes/RecurringDonations.cls
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
* @date 2012 (2.0)
* @description The main class for controlling the behavior of Recurring Donations, both open ended and standard
*/
@deprecated
//cumulusci-managed@deprecated
global with sharing class RecurringDonations {

}
2 changes: 1 addition & 1 deletion src/classes/RecurringDonationsPkgVersionCheck.cls
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
* @date 2012 (2.0)
* @description Handles XML exchange for webservice callout to compare package versions
*/
@deprecated
//cumulusci-managed@deprecated
global without sharing class RecurringDonationsPkgVersionCheck {

}
2 changes: 1 addition & 1 deletion src/classes/RecurringDonations_BATCH.cls
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
* @date 2012 (2.0)
* @description Class provides a batchable wrapper for open ended recurring donations
*/
@deprecated
//cumulusci-managed@deprecated
global without sharing class RecurringDonations_BATCH implements Database.Batchable<sObject>, Database.Stateful{

global database.Querylocator start(Database.BatchableContext bc){
Expand Down
2 changes: 1 addition & 1 deletion src/classes/RecurringDonations_SCHED.cls
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
* @date 2012 (2.0)
* @description Supports the automatic scheduling of recurring donation updates
*/
@deprecated
//cumulusci-managed@deprecated
global class RecurringDonations_SCHED implements Schedulable {

global void execute(SchedulableContext SC) {
Expand Down

0 comments on commit 16e9fb8

Please sign in to comment.