YARN-4567. javadoc failing on java 8. Contributed by Steve Loughran. This closes #67.
This commit is contained in:
parent
9e792da014
commit
da1e3e3c57
|
@ -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
|
||||
|
|
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue