We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 10e5eba + 4a577bc commit ecaeb12Copy full SHA for ecaeb12
sfdx-source/apex-common/main/classes/fflib_ISObjectUnitOfWork.cls
@@ -64,7 +64,7 @@ public interface fflib_ISObjectUnitOfWork
64
* to the database. This information will be
65
* used during the commitWork phase to make the references only when related records have been inserted to the database.
66
*
67
- * @param a single email message instance
+ * @param email a single email message instance
68
* @param relatedTo A SObject instance (yet to be committed to the database)
69
*/
70
void registerRelationship(Messaging.SingleEmailMessage email, SObject relatedTo);
0 commit comments