Merge pull request #94 from Kingsrook/feature/rename-run-to-runOnePage

Rename 'run' to 'runOnePage'
This commit is contained in:
2024-06-04 19:54:57 -05:00
committed by GitHub
31 changed files with 45 additions and 43 deletions

View File

@ -61,7 +61,7 @@ public class TransformPersonStep extends AbstractTransformStep
**
*******************************************************************************/
@Override
public void run(RunBackendStepInput runBackendStepInput, RunBackendStepOutput runBackendStepOutput) throws QException
public void runOnePage(RunBackendStepInput runBackendStepInput, RunBackendStepOutput runBackendStepOutput) throws QException
{
for(QRecord record : runBackendStepInput.getRecords())
{