summaryrefslogtreecommitdiffstats
path: root/document
diff options
context:
space:
mode:
authorJon Marius Venstad <venstad@gmail.com>2020-11-26 10:20:27 +0100
committerJon Marius Venstad <venstad@gmail.com>2020-11-26 10:20:42 +0100
commit3f6c8f625342d3cbd9e145e135e6b127286fb23d (patch)
tree5e9c405247b743371a17033c831ef3cec98915ad /document
parent4429843d149d0f5761ec2fb92b342bc66bc3871b (diff)
Non-functional changes
Diffstat (limited to 'document')
-rw-r--r--document/src/main/java/com/yahoo/document/BucketIdFactory.java4
1 files changed, 1 insertions, 3 deletions
diff --git a/document/src/main/java/com/yahoo/document/BucketIdFactory.java b/document/src/main/java/com/yahoo/document/BucketIdFactory.java
index 8ae769dbb11..ba9f7064865 100644
--- a/document/src/main/java/com/yahoo/document/BucketIdFactory.java
+++ b/document/src/main/java/com/yahoo/document/BucketIdFactory.java
@@ -1,8 +1,6 @@
// Copyright 2017 Yahoo Holdings. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
package com.yahoo.document;
-import com.yahoo.document.idstring.*;
-
/**
* A bucket id contains bit used for various purposes. In most use cases, these can use the default
* settings, but the number of bits used for the different purposes is configurable, to allow for
@@ -13,7 +11,7 @@ import com.yahoo.document.idstring.*;
*
* For more information about what the sub parts of a bucket id actually is, read the bucket splitting documentation.
*
- * @author <a href="mailto:humbe@yahoo-inc.com">H&aring;kon Humberset</a>
+ * @author HÃ¥kon Humberset
*/
public class BucketIdFactory {