瀏覽代碼

Fixes invalid JavaDoc for DeferredWorker (#14625)

Change-Id: I479f9e743849abf63ca898a7d6b11e4d4f94dada
tags/7.4.0.beta1
Henrik Paul 9 年之前
父節點
當前提交
986ba87d32
共有 1 個文件被更改,包括 5 次插入2 次删除
  1. 5
    2
      client/src/com/vaadin/client/DeferredWorker.java

+ 5
- 2
client/src/com/vaadin/client/DeferredWorker.java 查看文件

@@ -26,8 +26,11 @@ package com.vaadin.client;
*/
public interface DeferredWorker {
/**
* @returns true, if there are operations pending which must be executed
* before reaching a steady state
* Checks whether there are operations pending for this widget that must be
* executed before reaching a steady state.
*
* @returns <code>true</code> iff there are operations pending which must be
* executed before reaching a steady state
*/
public boolean isWorkPending();
}

Loading…
取消
儲存