Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
3.3.0
-
None
Description
/**
- The Asynchronous version of delete. "The request doesn't missing actually until
- the asynchronous callback is called."
*/
public void delete(final String path, int version, VoidCallback cb, Object ctx) ..
Also some information in the javadoc about how to instantiate the callback objects / context would be useful .