]> source.dussan.org Git - vaadin-framework.git/commitdiff
Error message typo fix
authorArtur Signell <artur.signell@itmill.com>
Tue, 26 Apr 2011 05:30:09 +0000 (05:30 +0000)
committerArtur Signell <artur.signell@itmill.com>
Tue, 26 Apr 2011 05:30:09 +0000 (05:30 +0000)
svn changeset:18440/svn branch:6.6

src/com/vaadin/ui/AbstractSelect.java

index 54f91f34bd5d61e4c6ba50ba1f70c1f3bd9788aa..b2d1bedbeddc4e721b00fdc40d2b2d71ff7bffb4 100644 (file)
@@ -1287,7 +1287,7 @@ public abstract class AbstractSelect extends AbstractField implements
             itemIconPropertyId = propertyId;
         } else {
             throw new IllegalArgumentException(
-                    "Property id must be assignable to Resource");
+                    "Property type must be assignable to Resource");
         }
         requestRepaint();
     }