Skip to content

Commit

Permalink
Update since tags for 8.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Teemu Suo-Anttila authored and Ilia Motornyi committed May 4, 2018
1 parent 712d90b commit 640595e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions server/src/main/java/com/vaadin/ui/AbstractColorPicker.java
Original file line number Diff line number Diff line change
Expand Up @@ -569,7 +569,7 @@ public Color getEmptyValue() {
* </p>
*
* @see Window#setModal
* @since
* @since 8.4.1
* @param modal
* true if modality is to be turned on
*/
Expand All @@ -581,7 +581,7 @@ public void setModal(boolean modal) {
* Checks the modality of the dialog.
*
* @see #setModal(boolean)
* @since
* @since 8.4.1
* @return true if the dialog is modal, false otherwise
*/
public boolean isModal() {
Expand Down

0 comments on commit 640595e

Please sign in to comment.