Index: tools/dom/src/CssClassSet.dart |
diff --git a/tools/dom/src/CssClassSet.dart b/tools/dom/src/CssClassSet.dart |
index d2334a7b350bababd99ccb921b976328598dc8fd..445dc0887a22469ab2b424f53f69bf019357e574 100644 |
--- a/tools/dom/src/CssClassSet.dart |
+++ b/tools/dom/src/CssClassSet.dart |
@@ -6,7 +6,6 @@ part of html; |
/** A Set that stores the CSS class names for an element. */ |
abstract class CssClassSet implements Set<String> { |
- |
/** |
* Adds the class [value] to the element if it is not on it, removes it if it |
* is. |