summaryrefslogtreecommitdiffstats
path: root/vespajlib
diff options
context:
space:
mode:
authorArnstein Ressem <aressem@gmail.com>2020-12-07 15:31:41 +0100
committerGitHub <noreply@github.com>2020-12-07 15:31:41 +0100
commit623ad7595b4d0685d969b4585bb73c272d7da033 (patch)
treeac2d6eb70cb4bc9b4423569538e5a164ec05d54e /vespajlib
parentd27544dd87c1c3d2798a10c04f22b8ff91d3185d (diff)
Revert "Always deconstruct in reverse creation order, including Provider objects"
Diffstat (limited to 'vespajlib')
-rw-r--r--vespajlib/src/main/java/com/yahoo/collections/TinyIdentitySet.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/vespajlib/src/main/java/com/yahoo/collections/TinyIdentitySet.java b/vespajlib/src/main/java/com/yahoo/collections/TinyIdentitySet.java
index 9779aea0e4a..95fccd3fce8 100644
--- a/vespajlib/src/main/java/com/yahoo/collections/TinyIdentitySet.java
+++ b/vespajlib/src/main/java/com/yahoo/collections/TinyIdentitySet.java
@@ -18,7 +18,7 @@ import java.util.Set;
* in IdentityHashMap, where the key set is often used as an identity set.
* </p>
*
- * @author Steinar Knutsen
+ * @author <a href="mailto:steinar@yahoo-inc.com">Steinar Knutsen</a>
* @since 5.1.4
* @see java.util.IdentityHashMap
*