KEYCLOAK-7255 Compilation error in perf testsuite
This commit is contained in:
parent
1ef5379648
commit
a3fb0a5ac5
1 changed files with 5 additions and 0 deletions
|
@ -120,6 +120,11 @@ public class MockHttpFacade implements HttpFacade {
|
|||
public void setError(LogoutError error) {
|
||||
throw new UnsupportedOperationException();
|
||||
}
|
||||
|
||||
@Override
|
||||
public InputStream getInputStream(boolean buffered) {
|
||||
throw new UnsupportedOperationException();
|
||||
}
|
||||
}
|
||||
|
||||
static class Response implements HttpFacade.Response {
|
||||
|
|
Loading…
Reference in a new issue