Skip to content

Commit 77de2e4

Browse files
committed
Typo fix in User Guide
Signed-off-by: Maxim Nesen <[email protected]>
1 parent 4235e57 commit 77de2e4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/src/main/docbook/rx-client.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0"?>
22
<!--
33
4-
Copyright (c) 2014, 2020 Oracle and/or its affiliates. All rights reserved.
4+
Copyright (c) 2014, 2022 Oracle and/or its affiliates. All rights reserved.
55
66
This program and the accompanying materials are made available under the
77
terms of the Eclipse Public License v. 2.0, which is available at
@@ -803,7 +803,7 @@ ListenableFuture&lt;Response&gt; response = client.target("http://jersey.java.ne
803803

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

0 commit comments

Comments
 (0)