()
| 624 | } |
| 625 | |
| 626 | protected IHandleMissingData createMissingDataHandler() { |
| 627 | return newHandler(IHandleMissingData.class); |
| 628 | } |
| 629 | |
| 630 | public IHandleAggregation getAggregationHandler() { |
| 631 | if (mAggregationHandler == null) mAggregationHandler = this.createAggregationHandler(); |
no test coverage detected