Browse Source

Fixed typo (#8943)

tags/7.0.0.alpha3
Artur Signell 12 years ago
parent
commit
04bfffbb7e
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      src/com/vaadin/ui/ConnectorTracker.java

+ 1
- 1
src/com/vaadin/ui/ConnectorTracker.java View 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();
}
}

Loading…
Cancel
Save