aboutsummaryrefslogtreecommitdiffstats
path: root/document/src/test/java/com/yahoo/document/DocumentTestCase.java
diff options
context:
space:
mode:
authorValerij Fredriksen <freva@users.noreply.github.com>2023-08-15 22:10:36 +0200
committerGitHub <noreply@github.com>2023-08-15 22:10:36 +0200
commit2fc7e4ee6646f29e398eef7f46af3454f32c992d (patch)
tree82319ae2c3ec11fb94f0ff0b9f1776aadd035f72 /document/src/test/java/com/yahoo/document/DocumentTestCase.java
parent2ae55dbfddc73cfff8619b1735f52895afe1be9e (diff)
parent66ff658df11a001c0397db6756da0d3be2da905d (diff)
Merge pull request #28056 from vespa-engine/bratseth/consider-reallocation-costv8.212.18
Bratseth/consider reallocation cost
Diffstat (limited to 'document/src/test/java/com/yahoo/document/DocumentTestCase.java')
-rw-r--r--document/src/test/java/com/yahoo/document/DocumentTestCase.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/document/src/test/java/com/yahoo/document/DocumentTestCase.java b/document/src/test/java/com/yahoo/document/DocumentTestCase.java
index 33b77cb1878..e5f6453c581 100644
--- a/document/src/test/java/com/yahoo/document/DocumentTestCase.java
+++ b/document/src/test/java/com/yahoo/document/DocumentTestCase.java
@@ -42,7 +42,7 @@ import static org.junit.Assert.fail;
/**
* Test for Document and all its features, including (de)serialization.
*
- * @author <a href="thomasg@yahoo-inc.com>Thomas Gundersen</a>
+ * @author Thomas Gundersen
* @author bratseth
*/
public class DocumentTestCase extends DocumentTestCaseBase {