()
| 654 | } |
| 655 | |
| 656 | protected IHandleBinning createBinningHandler() { |
| 657 | return newHandler(IHandleBinning.class); |
| 658 | } |
| 659 | |
| 660 | public IHandleTransformations getTransformationHandler() { |
| 661 | if (mTransformationHandler == null) mTransformationHandler = this.createTransformationHandler(); |
no test coverage detected