Browse Source

YARN-2612 addendum: fixed javadoc error.

Daniel Templeton 7 years ago
parent
commit
6d6ca4c923

+ 1 - 1
hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-resourcemanager/src/main/java/org/apache/hadoop/yarn/server/resourcemanager/scheduler/fair/ConfigurableResource.java

@@ -46,7 +46,7 @@ public class ConfigurableResource {
   /**
   /**
    * Get resource by multiplying the cluster resource and the percentage of
    * Get resource by multiplying the cluster resource and the percentage of
    * each resource respectively. Return the absolute resource if either
    * each resource respectively. Return the absolute resource if either
-   * {@code percentages} or {@code clusterResource) is null.
+   * {@code percentages} or {@code clusterResource} is null.
    *
    *
    * @param clusterResource the cluster resource
    * @param clusterResource the cluster resource
    * @return resource
    * @return resource