]> source.dussan.org Git - vaadin-framework.git/commitdiff
Fix a typo in AbstractSelect.setItemIcon Javadoc comment.
authorTeemu Pöntelin <teemu@vaadin.com>
Sun, 10 May 2015 19:53:06 +0000 (22:53 +0300)
committerVaadin Code Review <review@vaadin.com>
Mon, 11 May 2015 07:51:34 +0000 (07:51 +0000)
Change-Id: Ifc5780c8d8488363bf40252d959b45cc08d6c68c

server/src/com/vaadin/ui/AbstractSelect.java

index 237cdbddb68158f5af2be2518a20aa898712d404..4ab27673803a8679a02c583ac7e2390a42140e3d 100644 (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.