summaryrefslogtreecommitdiff
path: root/core/src/main/java/org/elasticsearch/common/text/Text.java
diff options
context:
space:
mode:
Diffstat (limited to 'core/src/main/java/org/elasticsearch/common/text/Text.java')
-rw-r--r--core/src/main/java/org/elasticsearch/common/text/Text.java3
1 files changed, 2 insertions, 1 deletions
diff --git a/core/src/main/java/org/elasticsearch/common/text/Text.java b/core/src/main/java/org/elasticsearch/common/text/Text.java
index d5b02f559f..6b3b18c443 100644
--- a/core/src/main/java/org/elasticsearch/common/text/Text.java
+++ b/core/src/main/java/org/elasticsearch/common/text/Text.java
@@ -18,10 +18,11 @@
*/
package org.elasticsearch.common.text;
-import java.nio.charset.StandardCharsets;
import org.elasticsearch.common.bytes.BytesArray;
import org.elasticsearch.common.bytes.BytesReference;
+import java.nio.charset.StandardCharsets;
+
/**
* Both {@link String} and {@link BytesReference} representation of the text. Starts with one of those, and if
* the other is requests, caches the other one in a local reference so no additional conversion will be needed.