Fix typo in IGenericClient javadocs
This commit is contained in:
parent
dfdcfa1365
commit
1d1d9a2f7c
|
@ -174,7 +174,7 @@ public interface IGenericClient extends IRestfulClient {
|
|||
void unregisterInterceptor(Object theInterceptor);
|
||||
|
||||
/**
|
||||
* Fluent method for the "update" operation, which performs a logical delete on a server resource
|
||||
* Fluent method for the "update" operation, which updates a resource instance on the server
|
||||
*/
|
||||
IUpdate update();
|
||||
|
||||
|
|
Loading…
Reference in New Issue