Skip to content

Commit 992b7a5

Browse files
John M. DanielJohn M. Daniel
authored andcommitted
switched to use interface and not concrete implementation
1 parent 3d1cfeb commit 992b7a5

File tree

1 file changed

+1
-1
lines changed
  • sfdx-source/apex-common-samplecode/main/classes/domains

1 file changed

+1
-1
lines changed

sfdx-source/apex-common-samplecode/main/classes/domains/IAccounts.cls

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,5 +26,5 @@
2626

2727
public interface IAccounts extends fflib_ISObjectDomain
2828
{
29-
void updateOpportunityActivity(fflib_SObjectUnitOfWork uow);
29+
void updateOpportunityActivity(fflib_ISObjectUnitOfWork uow);
3030
}

0 commit comments

Comments
 (0)