]> source.dussan.org Git - vaadin-framework.git/commitdiff
Fixed typo (#8943)
authorArtur Signell <artur@vaadin.com>
Thu, 28 Jun 2012 07:42:38 +0000 (10:42 +0300)
committerArtur Signell <artur@vaadin.com>
Thu, 28 Jun 2012 07:42:38 +0000 (10:42 +0300)
src/com/vaadin/ui/ConnectorTracker.java

index 1feac99d654fa950eb14941a2134bbf9f4d60731..e3d1bf86dba4b3c1f831c1c354284ea2cddbc02f 100644 (file)
@@ -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();
             }
         }