提交 d81c300c 编写于 作者: T tfennelly

Added @since to some new id related fields/methods in Queue.Item and Run

上级 bd31bde3
......@@ -1513,7 +1513,7 @@ public class Queue extends ResourceController implements Saveable {
* in the queue (each represented by different subtypes of {@link Item} and into any subsequent
* {@link Run} instance (see {@link Run#getQueueId()}).
* @return
* @since TODO
* @since 1.601
*/
@Exported
public long getId() {
......
......@@ -139,7 +139,7 @@ public abstract class Run <JobT extends Job<JobT,RunT>,RunT extends Run<JobT,Run
/**
* The original {@link Queue.Item#getId()} has not yet been mapped onto the {@link Run} instance.
* @since TODO
* @since 1.601
*/
public static final long QUEUE_ID_UNKNOWN = -1;
......@@ -417,7 +417,7 @@ public abstract class Run <JobT extends Job<JobT,RunT>,RunT extends Run<JobT,Run
* Get the {@link Queue.Item#getId()} of the original queue item from where this Run instance
* originated.
* @return The queue item ID.
* @since TODO
* @since 1.601
*/
@Exported
public long getQueueId() {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册