| Index: editor/tools/plugins/com.google.dart.engine/src/com/google/dart/engine/ast/ImportHideCombinator.java
|
| ===================================================================
|
| --- editor/tools/plugins/com.google.dart.engine/src/com/google/dart/engine/ast/ImportHideCombinator.java (revision 9355)
|
| +++ editor/tools/plugins/com.google.dart.engine/src/com/google/dart/engine/ast/ImportHideCombinator.java (working copy)
|
| @@ -16,8 +16,8 @@
|
| import com.google.dart.engine.scanner.Token;
|
|
|
| /**
|
| - * Instances of the class <code>ImportHideCombinator</code> represent a combinator that restricts
|
| - * the names being imported to those that are not in a given list.
|
| + * Instances of the class {@code ImportHideCombinator} represent a combinator that restricts the
|
| + * names being imported to those that are not in a given list.
|
| *
|
| * <pre>
|
| * importHideCombinator ::=
|
|
|