File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 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<Response> response = client.target("http://jersey.java.ne
803803
804804 <programlisting language =" java" linenumbering =" numbered" >public static class CompletionStageRxInvokerProvider implements RxInvokerProvider< CompletionStageRxInvoker> {
805805 @Override
806- public boolean isProviderFor(Class< ?% gt; clazz) {
806+ public boolean isProviderFor(Class< ?& gt; clazz) {
807807 return CompletionStage.class.equals(clazz);
808808 }
809809
You can’t perform that action at this time.
0 commit comments