X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=common%2Futil%2Fsrc%2Fmain%2Fjava%2Forg%2Fopendaylight%2Fyangtools%2Futil%2Fconcurrent%2FFastThreadPoolExecutor.java;h=24fb7b82745035f2ee3d427705a7bb83db43f742;hb=1eb87c819cc6881ca7be74917a5d0bb7a9cad41f;hp=f46dcbcd5cc75f64b36151ebcab847b7bdeacc8d;hpb=6b5d20f6513bc3e6e5db4a2058ee81308edaa9c8;p=yangtools.git diff --git a/common/util/src/main/java/org/opendaylight/yangtools/util/concurrent/FastThreadPoolExecutor.java b/common/util/src/main/java/org/opendaylight/yangtools/util/concurrent/FastThreadPoolExecutor.java index f46dcbcd5c..24fb7b8274 100644 --- a/common/util/src/main/java/org/opendaylight/yangtools/util/concurrent/FastThreadPoolExecutor.java +++ b/common/util/src/main/java/org/opendaylight/yangtools/util/concurrent/FastThreadPoolExecutor.java @@ -17,8 +17,8 @@ import java.util.concurrent.TimeUnit; /** * A ThreadPoolExecutor with a specified bounded queue capacity that favors creating new threads * over queuing, as the former is faster. - *

- * See {@link SpecialExecutors#newBoundedFastThreadPool} for more details. + * + *

See {@link SpecialExecutors#newBoundedFastThreadPool} for more details. * * @author Thomas Pantelis */