summaryrefslogtreecommitdiffstats
path: root/vespa-http-client
diff options
context:
space:
mode:
Diffstat (limited to 'vespa-http-client')
-rw-r--r--vespa-http-client/src/main/java/com/yahoo/vespa/http/client/Result.java4
1 files changed, 1 insertions, 3 deletions
diff --git a/vespa-http-client/src/main/java/com/yahoo/vespa/http/client/Result.java b/vespa-http-client/src/main/java/com/yahoo/vespa/http/client/Result.java
index addb762e10e..4a306b1e5de 100644
--- a/vespa-http-client/src/main/java/com/yahoo/vespa/http/client/Result.java
+++ b/vespa-http-client/src/main/java/com/yahoo/vespa/http/client/Result.java
@@ -143,12 +143,10 @@ public class Result {
}
/**
- * @deprecated use getResultType.
- * Returns true if the operation was successful.
+ * Check if operation was successful.
*
* @return true if the operation was successful.
*/
- @Deprecated
public boolean isSuccess() {
return resultType == ResultType.OPERATION_EXECUTED;
}