aboutsummaryrefslogtreecommitdiffstats
path: root/document
diff options
context:
space:
mode:
authorJon Bratseth <bratseth@vespa.ai>2023-08-15 12:33:43 +0200
committerJon Bratseth <bratseth@vespa.ai>2023-08-15 12:33:43 +0200
commitee2cde5a803ee3f553b7495eb642b455d19ca64f (patch)
tree6cff4442dd6d21eff528deab9156973dead20094 /document
parent0ad86ce2fdd0c357c8fc271bfd3f2d8f860b2125 (diff)
Consider switching cost when choosing resources
Diffstat (limited to 'document')
-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 {