Skip to content

Commit 4a577bc

Browse files
committed
Add email to @param for void registerRelationship
Changes to be committed: modified: sfdx-source/apex-common/main/classes/fflib_ISObjectUnitOfWork.cls
1 parent 10e5eba commit 4a577bc

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)