From c3ed228ab9385b50c5b418ee142b2d63dd8a368d Mon Sep 17 00:00:00 2001 From: Artur Signell Date: Tue, 26 Apr 2011 05:30:09 +0000 Subject: [PATCH] Error message typo fix svn changeset:18440/svn branch:6.6 --- src/com/vaadin/ui/AbstractSelect.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/com/vaadin/ui/AbstractSelect.java b/src/com/vaadin/ui/AbstractSelect.java index 54f91f34bd..b2d1bedbed 100644 --- a/src/com/vaadin/ui/AbstractSelect.java +++ b/src/com/vaadin/ui/AbstractSelect.java @@ -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(); } -- 2.39.5