YARN-4567. Fix javadoc of ResourceManager.java failing on Java 8. (stevel)

This commit is contained in:
Wangda Tan 2016-12-29 16:05:47 -08:00
parent 747be79b22
commit 1e886e7520
1 changed files with 0 additions and 1 deletions

View File

@ -1058,7 +1058,6 @@ protected void startWepApp() {
/**
* 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);