| Index: editor/tools/plugins/com.google.dart.engine/src/com/google/dart/engine/scanner/ScannerErrorCode.java
|
| ===================================================================
|
| --- editor/tools/plugins/com.google.dart.engine/src/com/google/dart/engine/scanner/ScannerErrorCode.java (revision 9355)
|
| +++ editor/tools/plugins/com.google.dart.engine/src/com/google/dart/engine/scanner/ScannerErrorCode.java (working copy)
|
| @@ -18,8 +18,8 @@
|
| import com.google.dart.engine.error.SubSystem;
|
|
|
| /**
|
| - * The enumeration <code>ScannerErrorCode</code> defines the error codes used for errors detected by
|
| - * the scanner.
|
| + * The enumeration {@code ScannerErrorCode} defines the error codes used for errors detected by the
|
| + * scanner.
|
| */
|
| public enum ScannerErrorCode implements ErrorCode {
|
| ILLEGAL_CHARACTER("Illegal character %x"), //
|
|
|