mirror of
https://github.com/Kingsrook/qqq.git
synced 2025-07-18 13:10:44 +00:00
Rename 'run' to 'runOnePage'
This commit is contained in:
@ -75,7 +75,7 @@ public class ClonePeopleTransformStep extends AbstractTransformStep implements P
|
||||
**
|
||||
*******************************************************************************/
|
||||
@Override
|
||||
public void run(RunBackendStepInput runBackendStepInput, RunBackendStepOutput runBackendStepOutput) throws QException
|
||||
public void runOnePage(RunBackendStepInput runBackendStepInput, RunBackendStepOutput runBackendStepOutput) throws QException
|
||||
{
|
||||
for(QRecord inputPerson : runBackendStepInput.getRecords())
|
||||
{
|
||||
|
Reference in New Issue
Block a user