Skip to content

Commit

Permalink
Typo fix in User Guide
Browse files Browse the repository at this point in the history
Signed-off-by: Maxim Nesen <[email protected]>
  • Loading branch information
senivam committed Jan 6, 2023
1 parent 4235e57 commit 77de2e4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/src/main/docbook/rx-client.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0"?>
<!--
Copyright (c) 2014, 2020 Oracle and/or its affiliates. All rights reserved.
Copyright (c) 2014, 2022 Oracle and/or its affiliates. All rights reserved.
This program and the accompanying materials are made available under the
terms of the Eclipse Public License v. 2.0, which is available at
Expand Down Expand Up @@ -803,7 +803,7 @@ ListenableFuture&lt;Response&gt; response = client.target("http://jersey.java.ne

<programlisting language="java" linenumbering="numbered">public static class CompletionStageRxInvokerProvider implements RxInvokerProvider&lt;CompletionStageRxInvoker&gt; {
@Override
public boolean isProviderFor(Class&lt;?%gt; clazz) {
public boolean isProviderFor(Class&lt;?&gt; clazz) {
return CompletionStage.class.equals(clazz);
}

Expand Down

0 comments on commit 77de2e4

Please sign in to comment.