Merge pull request #4346 from whosoonhwang/modify_the_description

Fix - the description of the return for the RLiveObjectService interface
pull/6086/head
Nikita Koksharov 7 months ago committed by GitHub
commit 29aefdaefb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -198,7 +198,7 @@ public interface RLiveObjectService {
*
* @param <T> Entity type
* @param attachedObject - proxied object
* @return proxied object
* @return detachedObject object - not proxied object
*/
<T> T detach(T attachedObject);

Loading…
Cancel
Save