()
| 597 | |
| 598 | |
| 599 | public IHandleMiscellany getMiscellanyHandler() { |
| 600 | if (mMiscellanyHandler == null) mMiscellanyHandler = this.createMiscellanyHandler(); |
| 601 | if (mMiscellanyHandler == null) throw new UnsupportedOperationException(); |
| 602 | else return mMiscellanyHandler; |
| 603 | } |
| 604 | |
| 605 | public DDF setMiscellanyHandler(IHandleMiscellany aMiscellanyHandler) { |
| 606 | this.mMiscellanyHandler = aMiscellanyHandler; |
nothing calls this directly
no test coverage detected