aboutsummaryrefslogtreecommitdiffstats
path: root/src/com/vaadin/ui/AbstractSelect.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/com/vaadin/ui/AbstractSelect.java')
-rw-r--r--src/com/vaadin/ui/AbstractSelect.java2
1 files changed, 1 insertions, 1 deletions
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();
}