Skip to content

Commit ecaeb12

Browse files
authored
Merge pull request #324 from aepsf/param-email
Add email to @param for void registerRelationship
2 parents 10e5eba + 4a577bc commit ecaeb12

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sfdx-source/apex-common/main/classes/fflib_ISObjectUnitOfWork.cls

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ public interface fflib_ISObjectUnitOfWork
6464
* to the database. This information will be
6565
* used during the commitWork phase to make the references only when related records have been inserted to the database.
6666
*
67-
* @param a single email message instance
67+
* @param email a single email message instance
6868
* @param relatedTo A SObject instance (yet to be committed to the database)
6969
*/
7070
void registerRelationship(Messaging.SingleEmailMessage email, SObject relatedTo);

0 commit comments

Comments
 (0)