Skip to content

Commit 93b7ef8

Browse files
committed
YARN-4567. javadoc failing on java 8. Contributed by Steve Loughran. This closes #67.
(cherry picked from commit da1e3e3)
1 parent 15e174f commit 93b7ef8

File tree

2 files changed

+2
-1
lines changed
  • hadoop-yarn-project
    • hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-resourcemanager/src/main/java/org/apache/hadoop/yarn/server/resourcemanager

2 files changed

+2
-1
lines changed

hadoop-yarn-project/CHANGES.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,8 @@ Release 2.9.0 - UNRELEASED
5555
YARN-4550. Some tests in TestContainerLanch fails on non-english locale
5656
environment. (Takashi Ohnishi via stevel)
5757

58+
YARN-4567. javadoc failing on java 8. (Steve Loughran via aajisaka)
59+
5860
Release 2.8.0 - UNRELEASED
5961

6062
INCOMPATIBLE CHANGES

hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-resourcemanager/src/main/java/org/apache/hadoop/yarn/server/resourcemanager/ResourceManager.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1006,7 +1006,6 @@ protected void startWepApp() {
10061006
/**
10071007
* Helper method to create and init {@link #activeServices}. This creates an
10081008
* instance of {@link RMActiveServices} and initializes it.
1009-
* @throws Exception
10101009
*/
10111010
protected void createAndInitActiveServices() {
10121011
activeServices = new RMActiveServices(this);

0 commit comments

Comments
 (0)