提交 0d638df0 编写于 作者: J Jesse Glick

Documentation updates after f1aa7ba0.

上级 06514d25
...@@ -652,12 +652,12 @@ public class Queue extends ResourceController implements Saveable { ...@@ -652,12 +652,12 @@ public class Queue extends ResourceController implements Saveable {
* Like {@link #getItems()}, but returns an approximation that might not be completely up-to-date. * Like {@link #getItems()}, but returns an approximation that might not be completely up-to-date.
* *
* <p> * <p>
* At the expense of accuracy, this method does not lock {@link Queue} and therefore is faster * At the expense of accuracy, this method does not usually lock {@link Queue} and therefore is faster
* in a highly concurrent situation. * in a highly concurrent situation.
* *
* <p> * <p>
* The list obtained is an accurate snapshot of the queue at some point in the past. The snapshot * The list obtained is an accurate snapshot of the queue at some point in the past. The snapshot
* is updated and normally no less than one second old, but this is a soft commitment that might * is updated and normally no more than one second old, but this is a soft commitment that might
* get violated when the lock on {@link Queue} is highly contended. * get violated when the lock on {@link Queue} is highly contended.
* *
* <p> * <p>
......
...@@ -28,7 +28,7 @@ THE SOFTWARE. ...@@ -28,7 +28,7 @@ THE SOFTWARE.
Displays the build queue as &lt;l:pane> Displays the build queue as &lt;l:pane>
<st:attribute name="items" use="required"> <st:attribute name="items" use="required">
Queue items to be displayed. Normally you should specify ${app.queue.items}, Queue items to be displayed. Normally you should specify ${app.queue.approximateItemsQuickly},
but for example you can specify a sublist after some filtering to narrow down but for example you can specify a sublist after some filtering to narrow down
the list. the list.
</st:attribute> </st:attribute>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册