HADOOP-12553. [JDK8] Fix javadoc error caused by illegal tag. (aajisaka)

This commit is contained in:
Akira Ajisaka 2015-11-08 19:17:57 +09:00
parent b76b0ce51e
commit 3ae82863f0
2 changed files with 4 additions and 4 deletions

View File

@ -532,6 +532,8 @@ Trunk (Unreleased)
HADOOP-12494. fetchdt stores the token based on token kind instead
of token service (HeeSoo Kim via aw)
HADOOP-12553. [JDK8] Fix javadoc error caused by illegal tag. (aajisaka)
OPTIMIZATIONS
HADOOP-7761. Improve the performance of raw comparisons. (todd)

View File

@ -47,10 +47,8 @@ import com.google.common.util.concurrent.MoreExecutors;
* already full by using a semaphore. Task submissions require permits, task
* completions release permits.
* <p>
* This is inspired by <a href = "https://github
* .com/apache/incubator-s4/blob/master/subprojects
* /s4-comm/src/main/java/org/apache/s4/comm/staging
* /BlockingThreadPoolExecutorService.java"> this s4 threadpool</a>
* This is inspired by <a href="https://github.com/apache/incubator-s4/blob/master/subprojects/s4-comm/src/main/java/org/apache/s4/comm/staging/BlockingThreadPoolExecutorService.java">
* this s4 threadpool</a>
*/
public class BlockingThreadPoolExecutorService
extends ForwardingListeningExecutorService {