summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/com/vaadin/ui/ConnectorTracker.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/com/vaadin/ui/ConnectorTracker.java b/src/com/vaadin/ui/ConnectorTracker.java
index 1feac99d65..e3d1bf86db 100644
--- a/src/com/vaadin/ui/ConnectorTracker.java
+++ b/src/com/vaadin/ui/ConnectorTracker.java
@@ -164,7 +164,7 @@ public class ConnectorTracker implements Serializable {
.warning(
"cleanConnectorMap unregistered connector "
+ getConnectorAndParentInfo(connector)
- + "). This it should have been done when the connector was detached.");
+ + "). This should have been done when the connector was detached.");
iterator.remove();
}
}