YARN-4358 addendum patch to fix javadoc error
(cherry picked from commit 7fb212e5e6
)
This commit is contained in:
parent
be167d0154
commit
0bf328984a
|
@ -47,7 +47,8 @@ public interface PlanView extends PlanContext {
|
||||||
*
|
*
|
||||||
* @param user the user being considered
|
* @param user the user being considered
|
||||||
* @param t the instant in time 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,
|
public Set<ReservationAllocation> getReservationByUserAtTime(String user,
|
||||||
long t);
|
long t);
|
||||||
|
|
Loading…
Reference in New Issue