YARN-4567. Fix javadoc of ResourceManager.java failing on Java 8. (stevel)
This commit is contained in:
parent
747be79b22
commit
1e886e7520
|
@ -1058,7 +1058,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