mirror of
https://github.com/Kingsrook/qqq.git
synced 2025-07-18 21:20:45 +00:00
CE-1405 Add dataSource as argument to ReportCustomRecordSourceInterface.execute
This commit is contained in:
@ -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
|
||||
{
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user