Elasticsearch builders: fix the Eclipse warnings

Now that org.elasticsearch is completely removed from Gerrit as a
library. Before this change, Eclipse used to show warnings about being
unable to resolve such javadoc (true) links.

Change-Id: I627a7a0806da6d677148722cabcac0e7933878b3
This commit is contained in:
Marco Miller
2018-05-28 15:20:27 -04:00
committed by David Pursehouse
parent d794850e1c
commit b900abd5ef
12 changed files with 20 additions and 24 deletions

View File

@@ -27,8 +27,8 @@ import java.io.IOException;
import java.util.Date;
/**
* A trimmed down and further altered version of {@link
* org.elasticsearch.common.xcontent.XContentBuilder} for this very package.
* A trimmed down and further altered version of org.elasticsearch.common.xcontent.XContentBuilder
* for this very package.
*/
public final class XContentBuilder implements Closeable {
@@ -38,7 +38,7 @@ public final class XContentBuilder implements Closeable {
/**
* Constructs a new builder. Make sure to call {@link #close()} when the builder is done with.
* Inspired from {@link org.elasticsearch.common.xcontent.json.JsonXContent} static block.
* Inspired from org.elasticsearch.common.xcontent.json.JsonXContent static block.
*/
public XContentBuilder() throws IOException {
JsonFactory jsonFactory = new JsonFactory();