summaryrefslogtreecommitdiffstats
path: root/vespajlib
diff options
context:
space:
mode:
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
*