summaryrefslogtreecommitdiff
path: root/core/src/main/java/org/elasticsearch/rest/action/document/RestUpdateAction.java
diff options
context:
space:
mode:
Diffstat (limited to 'core/src/main/java/org/elasticsearch/rest/action/document/RestUpdateAction.java')
-rw-r--r--core/src/main/java/org/elasticsearch/rest/action/document/RestUpdateAction.java2
1 files changed, 0 insertions, 2 deletions
diff --git a/core/src/main/java/org/elasticsearch/rest/action/document/RestUpdateAction.java b/core/src/main/java/org/elasticsearch/rest/action/document/RestUpdateAction.java
index 5cd7336a0f..e0211ccec2 100644
--- a/core/src/main/java/org/elasticsearch/rest/action/document/RestUpdateAction.java
+++ b/core/src/main/java/org/elasticsearch/rest/action/document/RestUpdateAction.java
@@ -40,8 +40,6 @@ import java.io.IOException;
import static org.elasticsearch.rest.RestRequest.Method.POST;
-/**
- */
public class RestUpdateAction extends BaseRestHandler {
private static final DeprecationLogger DEPRECATION_LOGGER =
new DeprecationLogger(Loggers.getLogger(RestUpdateAction.class));