YARN-4567. javadoc failing on java 8. Contributed by Steve Loughran. This closes #67.

This commit is contained in:
Akira Ajisaka 2016-01-12 15:12:17 +09:00
parent 9e792da014
commit da1e3e3c57
2 changed files with 2 additions and 1 deletions

View File

@ -113,6 +113,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

View File

@ -1006,7 +1006,6 @@ public class ResourceManager extends CompositeService implements Recoverable {
/**
* 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);