{@inheritDoc}
()
| 75 | * {@inheritDoc} |
| 76 | */ |
| 77 | @Override |
| 78 | public void cleanUp() { |
| 79 | if (getWebClient().getCache().getCachedResponse(webResponse_.getWebRequest()) == null) { |
| 80 | webResponse_.cleanUp(); |
| 81 | } |
| 82 | } |
| 83 | |
| 84 | /** |
| 85 | * {@inheritDoc} |
nothing calls this directly
no test coverage detected