Browse Source

Fix minor Java documentation typo in Button#click API

tags/8.1.0.beta3
Christophe Bismuth 7 years ago
parent
commit
fd78c9b4c6
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      server/src/main/java/com/vaadin/ui/Button.java

+ 1
- 1
server/src/main/java/com/vaadin/ui/Button.java View File

@@ -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()) {

Loading…
Cancel
Save