Skip to content

Commit 6b5ec89

Browse files
author
songjialin
committed
deploy config
1 parent f491c49 commit 6b5ec89

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ public class InvocationDispatcherImpl extends AbstractInvocationDispatcher<TestC
8787
@Target(ElementType.TYPE)
8888
@Retention(RetentionPolicy.RUNTIME)
8989
@Documented
90-
@ProxyStub(InvocationDispatcherImpl1.class)
90+
@ProxyStub(InvocationDispatcherImpl.class)
9191
public @interface TestClient {
9292
@AliasFor(annotation = ProxyStub.class, attribute = "beanName")
9393
String value() default "";

0 commit comments

Comments
 (0)