Skip to content

Commit d0f1b43

Browse files
Update fflib-sample-code/src/classes/IOpportunitiesService.cls
Co-Authored-By: dbtavernerffdc <[email protected]>
1 parent 95f84cc commit d0f1b43

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

fflib-sample-code/src/classes/IOpportunitiesService.cls

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Copyright (c) 2012-214, FinancialForce.com, inc
2+
* Copyright (c) 2012-2014, FinancialForce.com, inc
33
* All rights reserved.
44
*
55
* Redistribution and use in source and binary forms, with or without modification,
@@ -29,4 +29,4 @@ public interface IOpportunitiesService
2929
void applyDiscounts(Set<ID> opportunityIds, Decimal discountPercentage);
3030
Set<Id> createInvoices(Set<ID> opportunityIds, Decimal discountPercentage);
3131
Id submitInvoicingJob();
32-
}
32+
}

0 commit comments

Comments
 (0)