Просмотр исходного кода

YARN-4358 addendum patch to fix javadoc error

(cherry picked from commit 7fb212e5e672b3f285493f6c7b2598ef7e61406b)
Arun Suresh 9 лет назад
Родитель
Сommit
0bf328984a

+ 2 - 1
hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-resourcemanager/src/main/java/org/apache/hadoop/yarn/server/resourcemanager/reservation/PlanView.java

@@ -47,7 +47,8 @@ public interface PlanView extends PlanContext {
    *
    * @param user the user being considered
    * @param t the instant in time being considered
-   * @return {@link Set<ReservationAllocation>} for this user at this time
+   * @return set of active {@link ReservationAllocation}s for this
+   *         user at this time
    */
   public Set<ReservationAllocation> getReservationByUserAtTime(String user,
       long t);