()
| 59 | } |
| 60 | |
| 61 | @Override |
| 62 | public void reset() { |
| 63 | // Minimal implementation for tests that avoids using OutputBuffer |
| 64 | if (super.getCoyoteResponse() != null) { |
| 65 | super.getCoyoteResponse().reset(); |
| 66 | } |
| 67 | } |
| 68 | } |
nothing calls this directly
no test coverage detected