Skip to content

Commit

Permalink
Update DemoServiceImpl.java (#1496)
Browse files Browse the repository at this point in the history
update a little spelling error
  • Loading branch information
maping024 authored and lovepoem committed Mar 25, 2018
1 parent 1ca021c commit bb8884e
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ public class DemoServiceImpl implements DemoService {

public String sayHello(String name) {
System.out.println("[" + new SimpleDateFormat("HH:mm:ss").format(new Date()) + "] Hello " + name + ", request from consumer: " + RpcContext.getContext().getRemoteAddress());
return "Hello " + name + ", response form provider: " + RpcContext.getContext().getLocalAddress();
return "Hello " + name + ", response from provider: " + RpcContext.getContext().getLocalAddress();
}

}
}

0 comments on commit bb8884e

Please sign in to comment.