Переглянути джерело

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();
}

Завантаження…
Відмінити
Зберегти