Checkstyle clean up about 200 trivial violation
[yangtools.git] / common / util / src / main / java / org / opendaylight / yangtools / util / concurrent / FastThreadPoolExecutor.java
index f46dcbcd5cc75f64b36151ebcab847b7bdeacc8d..24fb7b82745035f2ee3d427705a7bb83db43f742 100644 (file)
@@ -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.
- * <p>
- * See {@link SpecialExecutors#newBoundedFastThreadPool} for more details.
+ *
+ * <p>See {@link SpecialExecutors#newBoundedFastThreadPool} for more details.
  *
  * @author Thomas Pantelis
  */