Skip to content

Commit

Permalink
removed fflib again
Browse files Browse the repository at this point in the history
  • Loading branch information
rob-baillie-ortoo committed May 4, 2022
1 parent ad7ad4b commit 10bb547
Show file tree
Hide file tree
Showing 212 changed files with 0 additions and 22,002 deletions.
8 changes: 0 additions & 8 deletions force-app/main/default/aura/.eslintrc.json

This file was deleted.

11 changes: 0 additions & 11 deletions force-app/main/default/lwc/.eslintrc.json

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -132,20 +132,6 @@ public virtual class fflib_SObjects2
return result;
}

/**
* Adds an error message to the records in the domain
*
* @param message The error message to add to each record
*/
@TestVisible
protected virtual void addError(String message)
{
for (SObject record : getRecords())
{
record.addError(error(message, record));
}
}

/**
* Adds an error message to the a field records in the domain
*
Expand Down
Loading

0 comments on commit 10bb547

Please sign in to comment.