Bläddra i källkod

Fixes invalid JavaDoc for DeferredWorker (#14625)

Change-Id: I479f9e743849abf63ca898a7d6b11e4d4f94dada
tags/7.4.0.beta1
Henrik Paul 9 år sedan
förälder
incheckning
986ba87d32
1 ändrade filer med 5 tillägg och 2 borttagningar
  1. 5
    2
      client/src/com/vaadin/client/DeferredWorker.java

+ 5
- 2
client/src/com/vaadin/client/DeferredWorker.java Visa fil

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

Laddar…
Avbryt
Spara