This is an automated email from the ASF dual-hosted git repository.

dengliming pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-shenyu-website.git


The following commit(s) were added to refs/heads/main by this push:
     new c47204b  Update custom-parsing-ip-and-host/index.md (#199)
c47204b is described below

commit c47204b536dea6e6f631d17aa471ffc21378cd48
Author: xiaoyu <[email protected]>
AuthorDate: Fri Aug 13 11:23:52 2021 +0800

    Update custom-parsing-ip-and-host/index.md (#199)
---
 content/zh/projects/shenyu/custom-parsing-ip-and-host/index.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/content/zh/projects/shenyu/custom-parsing-ip-and-host/index.md 
b/content/zh/projects/shenyu/custom-parsing-ip-and-host/index.md
index 1fb8006..870dda1 100644
--- a/content/zh/projects/shenyu/custom-parsing-ip-and-host/index.md
+++ b/content/zh/projects/shenyu/custom-parsing-ip-and-host/index.md
@@ -40,7 +40,7 @@ public interface RemoteAddressResolver {
 
 ```java
    @Bean
-   public SignService customRemoteAddressResolver() {
+   public RemoteAddressResolver customRemoteAddressResolver() {
          return new CustomRemoteAddressResolver();
    }
 ```

Reply via email to