aboutsummaryrefslogtreecommitdiffstats
path: root/server/src/com/vaadin/data/Validatable.java
diff options
context:
space:
mode:
Diffstat (limited to 'server/src/com/vaadin/data/Validatable.java')
-rw-r--r--server/src/com/vaadin/data/Validatable.java6
1 files changed, 4 insertions, 2 deletions
diff --git a/server/src/com/vaadin/data/Validatable.java b/server/src/com/vaadin/data/Validatable.java
index a91afa1f4d..0b43a8bbcb 100644
--- a/server/src/com/vaadin/data/Validatable.java
+++ b/server/src/com/vaadin/data/Validatable.java
@@ -67,8 +67,10 @@ public interface Validatable extends Serializable {
/**
* <p>
* Returns a collection of all validators currently registered for the
- * object. The collection may be immutable and it may not be safe to call
- * <code>removeValidator</code> for this object while iterating over it.
+ * object. The collection may be immutable. Calling
+ * <code>removeValidator</code> for this Validatable while iterating over
+ * the collection may be unsafe (e.g. may throw
+ * <code>ConcurrentModificationException</code>.)
* </p>
*
* @return A collection of validators