Skip to content
Snippets Groups Projects
Commit cf801e67 authored by Zaki's avatar Zaki
Browse files

fix: bug

parent 540a751d
No related merge requests found
......@@ -7,6 +7,6 @@ import javax.jws.WebService;
public class HelloWorldService {
@WebMethod
public String sayHello(String name) {
return "kuontoool " + name;
return "Hello " + name;
}
}
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment