Browse Source

Fix a typo in AbstractSelect.setItemIcon Javadoc comment.

Change-Id: Ifc5780c8d8488363bf40252d959b45cc08d6c68c
tags/7.5.0.beta1
Teemu Pöntelin 9 years ago
parent
commit
7b0b03f8d0
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      server/src/com/vaadin/ui/AbstractSelect.java

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

@@ -1246,7 +1246,7 @@ public abstract class AbstractSelect extends AbstractField<Object> implements
}

/**
* Sets tqhe icon for an item.
* Sets the icon for an item.
*
* @param itemId
* the id of the item to be assigned an icon.

Loading…
Cancel
Save