YARN-4300. [JDK8] Fix javadoc errors caused by wrong tags. (aajisaka)

This commit is contained in:
Akira Ajisaka 2015-10-27 10:28:01 +09:00
parent 56e4f6237a
commit 8a68630dd1
2 changed files with 2 additions and 4 deletions

View File

@ -1020,6 +1020,8 @@ Release 2.8.0 - UNRELEASED
YARN-4169. Fix racing condition of TestNodeStatusUpdaterForLabels.
(Naganarasimha G R via wangda)
YARN-4300. [JDK8] Fix javadoc errors caused by wrong tags. (aajisaka)
Release 2.7.2 - UNRELEASED
INCOMPATIBLE CHANGES

View File

@ -87,8 +87,6 @@ public class ScriptBasedNodeLabelsProvider extends AbstractNodeLabelsProvider {
* <li>Node Labels fetch script file exists</li>
* </ol>
*
* @param conf
* @return true if node labels script can be run.
* @throws IOException
*/
private void verifyConfiguredScript()
@ -112,8 +110,6 @@ public class ScriptBasedNodeLabelsProvider extends AbstractNodeLabelsProvider {
/**
* Method used to terminate the Node Labels Fetch script.
*
* @throws Exception
*/
@Override
public void cleanUp() {