Skip to content

Commit

Permalink
Update extensions/resteasy-reactive/rest-client-reactive/runtime/src/…
Browse files Browse the repository at this point in the history
…main/java/io/quarkus/rest/client/reactive/ReactiveClientHeadersFactory.java
  • Loading branch information
gsmet committed Mar 8, 2022
1 parent 87e2dbd commit e88c8e7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ public Uni<MultivaluedMap<String, String>> getHeaders(MultivaluedMap<String, Str
*/
@Deprecated
public Uni<MultivaluedMap<String, String>> getHeaders(MultivaluedMap<String, String> incomingHeaders) {
throw new IllegalStateException(getClass() + " does not implement neither of the getHeaders() methods");
throw new IllegalStateException(getClass() + " does not implement either of the getHeaders() methods");
}

@Override
Expand Down

0 comments on commit e88c8e7

Please sign in to comment.