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

(cherry picked from commit 8a68630dd1)
This commit is contained in:
Akira Ajisaka 2015-10-27 10:28:01 +09:00
parent 1499af38eb
commit d9156c1245
2 changed files with 2 additions and 4 deletions

View File

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

View File

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