CE-1405 Add dataSource as argument to ReportCustomRecordSourceInterface.execute

This commit is contained in:
2024-07-22 14:25:49 -05:00
parent 36307dba24
commit 2609bc801c
3 changed files with 4 additions and 3 deletions

View File

@ -2398,7 +2398,7 @@ public class QInstanceValidatorTest extends BaseTest
**
***************************************************************************/
@Override
public void execute(ReportInput reportInput, RecordPipe recordPipe) throws QException
public void execute(ReportInput reportInput, QReportDataSource reportDataSource, RecordPipe recordPipe) throws QException
{
}