(cherry picked from commit da1e3e3c571e7cc76adff198bf433e3f23e8b683)
@@ -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
@@ -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);