| Index: editor/tools/plugins/com.google.dart.engine/src/com/google/dart/engine/ast/ImportPrefixCombinator.java
|
| ===================================================================
|
| --- editor/tools/plugins/com.google.dart.engine/src/com/google/dart/engine/ast/ImportPrefixCombinator.java (revision 9355)
|
| +++ editor/tools/plugins/com.google.dart.engine/src/com/google/dart/engine/ast/ImportPrefixCombinator.java (working copy)
|
| @@ -16,8 +16,8 @@
|
| import com.google.dart.engine.scanner.Token;
|
|
|
| /**
|
| - * Instances of the class <code>ImportPrefixCombinator</code> represent a combinator that adds a
|
| - * prefix to imported names.
|
| + * Instances of the class {@code ImportPrefixCombinator} represent a combinator that adds a prefix
|
| + * to imported names.
|
| *
|
| * <pre>
|
| * importPrefixCombinator ::=
|
|
|