Added test for REST client

This commit is contained in:
Ziver Koc 2018-06-08 16:22:17 +02:00
parent 93a4c9eca2
commit 1f8d5cfe2a
3 changed files with 35 additions and 50 deletions

View file

@ -31,7 +31,7 @@ import java.util.HashMap;
import java.util.Set;
/**
* Defines a web service from a class implementing the {@link zutil.net.ws.WSInterface}
* Defines a web service (Server side) from a class implementing the {@link zutil.net.ws.WSInterface}
*
* @author Ziver
*/