()
| 476 | } |
| 477 | |
| 478 | private void clearRawResult() { |
| 479 | if (rawResult instanceof Closeable) { |
| 480 | IOUtil.closeQuietly((Closeable) rawResult); |
| 481 | } |
| 482 | rawResult = null; |
| 483 | } |
| 484 | |
| 485 | @Override |
| 486 | protected void cancelWorks() { |
no test coverage detected