Fix typo in IGenericClient javadocs

This commit is contained in:
Diederik Muylwyk 2021-03-04 18:02:06 -05:00
parent dfdcfa1365
commit 1d1d9a2f7c
1 changed files with 1 additions and 1 deletions

View File

@ -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();