Skip to content

Commit

Permalink
Update HelloEndpoint.java
Browse files Browse the repository at this point in the history
  • Loading branch information
nexthack authored Jun 27, 2016
1 parent e228a81 commit 7a2d682
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
public class HelloEndpoint {

public Observable<String> getHello() {
return Observable.just("Hello ,how are you 1.2");
return Observable.just("Hello ,how are you 1.3");
}

public Observable<String> getHelloName(HttpServerRequest<ByteBuf> request) {
Expand Down

0 comments on commit 7a2d682

Please sign in to comment.