Bläddra i källkod

Fix minor Java documentation typo in Button#click API

tags/8.1.0.beta3
Christophe Bismuth 7 år sedan
förälder
incheckning
fd78c9b4c6
1 ändrade filer med 1 tillägg och 1 borttagningar
  1. 1
    1
      server/src/main/java/com/vaadin/ui/Button.java

+ 1
- 1
server/src/main/java/com/vaadin/ui/Button.java Visa fil

@@ -339,7 +339,7 @@ public class Button extends AbstractFocusable
/**
* Simulates a button click, notifying all server-side listeners.
*
* No action is taken is the button is disabled.
* No action is taken if the button is disabled.
*/
public void click() {
if (isEnabled()) {

Laddar…
Avbryt
Spara