aboutsummaryrefslogtreecommitdiffstats
path: root/document/src/main/java/com/yahoo/document/GlobalId.java
diff options
context:
space:
mode:
authorJon Bratseth <bratseth@yahoo-inc.com>2017-07-31 16:53:06 +0200
committerJon Bratseth <bratseth@yahoo-inc.com>2017-07-31 16:53:06 +0200
commit463a3493d68f4e55930a570617334a9541385ad5 (patch)
tree7abb5c3d0123d0a79a598c36875594a7b7f697d3 /document/src/main/java/com/yahoo/document/GlobalId.java
parentb4fc7b0ea0f710b04ebe64c6c4a9f981b6b0c25d (diff)
Validate validation-overrides.xml files
Diffstat (limited to 'document/src/main/java/com/yahoo/document/GlobalId.java')
-rw-r--r--document/src/main/java/com/yahoo/document/GlobalId.java7
1 files changed, 1 insertions, 6 deletions
diff --git a/document/src/main/java/com/yahoo/document/GlobalId.java b/document/src/main/java/com/yahoo/document/GlobalId.java
index 91419459f2d..e2d3e4510f4 100644
--- a/document/src/main/java/com/yahoo/document/GlobalId.java
+++ b/document/src/main/java/com/yahoo/document/GlobalId.java
@@ -3,21 +3,16 @@ package com.yahoo.document;
import com.yahoo.collections.MD5;
import com.yahoo.document.idstring.IdString;
-import com.yahoo.text.Utf8;
-import com.yahoo.text.Utf8String;
import com.yahoo.vespa.objects.Deserializer;
import com.yahoo.vespa.objects.Serializer;
-import java.nio.ByteBuffer;
-import java.security.MessageDigest;
-import java.security.NoSuchAlgorithmException;
import java.util.Arrays;
/**
* Implements an incredibly light-weight version of the document global id. There is a lot of functionality in the C++
* version of this that is missing. However, this should be sufficient for now.
*
- * @author <a href="mailto:simon@yahoo-inc.com">Simon Thoresen</a>
+ * @author Simon Thoresen
*/
public class GlobalId implements Comparable {