summaryrefslogtreecommitdiff
path: root/core/src/main/java/org/elasticsearch/rest/action/document
diff options
context:
space:
mode:
authorTanguy Leroux <tlrx.dev@gmail.com>2016-10-12 10:27:09 +0200
committerGitHub <noreply@github.com>2016-10-12 10:27:09 +0200
commit44ac5d057a8ceb6940c26275d9963bccb9f5065a (patch)
tree60afde3f2899eb496eb92a53d30b62a7cb6f259a /core/src/main/java/org/elasticsearch/rest/action/document
parent075047065d5dd692d0a74f6ca70e796880f84df1 (diff)
Remove empty javadoc (#20871)
This commit removes as many as empty javadocs comments my regexp has found
Diffstat (limited to 'core/src/main/java/org/elasticsearch/rest/action/document')
-rw-r--r--core/src/main/java/org/elasticsearch/rest/action/document/RestDeleteAction.java3
-rw-r--r--core/src/main/java/org/elasticsearch/rest/action/document/RestUpdateAction.java2
2 files changed, 0 insertions, 5 deletions
diff --git a/core/src/main/java/org/elasticsearch/rest/action/document/RestDeleteAction.java b/core/src/main/java/org/elasticsearch/rest/action/document/RestDeleteAction.java
index 6478b79966..80e4efa4ec 100644
--- a/core/src/main/java/org/elasticsearch/rest/action/document/RestDeleteAction.java
+++ b/core/src/main/java/org/elasticsearch/rest/action/document/RestDeleteAction.java
@@ -35,9 +35,6 @@ import java.io.IOException;
import static org.elasticsearch.rest.RestRequest.Method.DELETE;
-/**
- *
- */
public class RestDeleteAction extends BaseRestHandler {
@Inject
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));