YARN-4567. javadoc failing on java 8. Contributed by Steve Loughran. This closes #67.
(cherry picked from commit da1e3e3c57
)
This commit is contained in:
parent
15e174fe79
commit
93b7ef8aec
|
@ -55,6 +55,8 @@ Release 2.9.0 - UNRELEASED
|
||||||
YARN-4550. Some tests in TestContainerLanch fails on non-english locale
|
YARN-4550. Some tests in TestContainerLanch fails on non-english locale
|
||||||
environment. (Takashi Ohnishi via stevel)
|
environment. (Takashi Ohnishi via stevel)
|
||||||
|
|
||||||
|
YARN-4567. javadoc failing on java 8. (Steve Loughran via aajisaka)
|
||||||
|
|
||||||
Release 2.8.0 - UNRELEASED
|
Release 2.8.0 - UNRELEASED
|
||||||
|
|
||||||
INCOMPATIBLE CHANGES
|
INCOMPATIBLE CHANGES
|
||||||
|
|
|
@ -1006,7 +1006,6 @@ public class ResourceManager extends CompositeService implements Recoverable {
|
||||||
/**
|
/**
|
||||||
* Helper method to create and init {@link #activeServices}. This creates an
|
* Helper method to create and init {@link #activeServices}. This creates an
|
||||||
* instance of {@link RMActiveServices} and initializes it.
|
* instance of {@link RMActiveServices} and initializes it.
|
||||||
* @throws Exception
|
|
||||||
*/
|
*/
|
||||||
protected void createAndInitActiveServices() {
|
protected void createAndInitActiveServices() {
|
||||||
activeServices = new RMActiveServices(this);
|
activeServices = new RMActiveServices(this);
|
||||||
|
|
Loading…
Reference in New Issue