summaryrefslogtreecommitdiffstats
path: root/vespajlib
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@yahoo-inc.com>2022-04-29 14:39:12 +0200
committerBjørn Christian Seime <bjorn.christian@seime.no>2022-04-29 15:08:05 +0200
commit642919ef4ea7253105bb2618aaf0095193e7fd69 (patch)
tree7e95990873af2f0fb8268810213c423157cffe5e /vespajlib
parent34fb52a1026ca3027f47c42c10af6e53fe12618d (diff)
GC void comment.
Diffstat (limited to 'vespajlib')
-rw-r--r--vespajlib/src/main/java/com/yahoo/concurrent/ThreadLocalDirectory.java5
1 files changed, 0 insertions, 5 deletions
diff --git a/vespajlib/src/main/java/com/yahoo/concurrent/ThreadLocalDirectory.java b/vespajlib/src/main/java/com/yahoo/concurrent/ThreadLocalDirectory.java
index 069d3952178..c3804b0c9b2 100644
--- a/vespajlib/src/main/java/com/yahoo/concurrent/ThreadLocalDirectory.java
+++ b/vespajlib/src/main/java/com/yahoo/concurrent/ThreadLocalDirectory.java
@@ -57,11 +57,6 @@ import java.util.List;
* threads at any time.
* </p>
*
- * <p>
- * Refer to e.g. com.yahoo.search.statistics.PeakQpsSearcher for a production
- * example.
- * </p>
- *
* @param <AGGREGATOR> the type input data is aggregated into
* @param <SAMPLE> the type of input data
*