diff --git a/Parse/src/main/java/com/parse/ParseFile.java b/Parse/src/main/java/com/parse/ParseFile.java index 7393c937b..dc72890c1 100644 --- a/Parse/src/main/java/com/parse/ParseFile.java +++ b/Parse/src/main/java/com/parse/ParseFile.java @@ -681,8 +681,9 @@ public Task then(Task task) throws Exception { } /** - * Cancels the current network request and callbacks whether it's uploading or fetching data from - * the server. + * Cancels the operations for this {@code ParseFile} if they are still in the task queue. However, + * if a network request has already been started for an operation, the network request will not + * be canceled. */ //TODO (grantland): Deprecate and replace with CancellationToken public void cancel() {