Skip to content

Commit

Permalink
YARN-4567. javadoc failing on java 8. Contributed by Steve Loughran. …
Browse files Browse the repository at this point in the history
…This closes #67.

(cherry picked from commit da1e3e3)
  • Loading branch information
aajisaka committed Jan 12, 2016
1 parent 15e174f commit 93b7ef8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 2 additions & 0 deletions hadoop-yarn-project/CHANGES.txt
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,8 @@ Release 2.9.0 - UNRELEASED
YARN-4550. Some tests in TestContainerLanch fails on non-english locale
environment. (Takashi Ohnishi via stevel)

YARN-4567. javadoc failing on java 8. (Steve Loughran via aajisaka)

Release 2.8.0 - UNRELEASED

INCOMPATIBLE CHANGES
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1006,7 +1006,6 @@ protected void startWepApp() {
/**
* Helper method to create and init {@link #activeServices}. This creates an
* instance of {@link RMActiveServices} and initializes it.
* @throws Exception
*/
protected void createAndInitActiveServices() {
activeServices = new RMActiveServices(this);
Expand Down

0 comments on commit 93b7ef8

Please sign in to comment.