summaryrefslogtreecommitdiffstats
path: root/vespajlib
diff options
context:
space:
mode:
authorJon Bratseth <bratseth@verizonmedia.com>2019-03-23 12:29:18 +0100
committerJon Bratseth <bratseth@verizonmedia.com>2019-03-23 12:29:18 +0100
commitd94217824bbd6eca4de16f08d64cc5588f605d7c (patch)
tree116827b8e3be931f869140d0f1b4109eee9c74be /vespajlib
parent53ed5f39257f86b9cd761d125c964a9f92cfe85b (diff)
Revert "Revert "Bratseth/remove dependencies" (#8885)"
This reverts commit 9379e425712abe71fcd2f406c139baf25a017108.
Diffstat (limited to 'vespajlib')
-rw-r--r--vespajlib/src/main/java/com/yahoo/collections/Tuple2.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/vespajlib/src/main/java/com/yahoo/collections/Tuple2.java b/vespajlib/src/main/java/com/yahoo/collections/Tuple2.java
index 9f8a6763761..684781a358c 100644
--- a/vespajlib/src/main/java/com/yahoo/collections/Tuple2.java
+++ b/vespajlib/src/main/java/com/yahoo/collections/Tuple2.java
@@ -12,7 +12,7 @@ package com.yahoo.collections;
* new class and do the work inside that class instead? Etc.)
* </p>
*
- * @author <a href="mailto:steinar@yahoo-inc.com">Steinar Knutsen</a>
+ * @author Steinar Knutsen
*/
public final class Tuple2<T1, T2> {