| Index: editor/tools/plugins/com.google.dart.engine/src/com/google/dart/engine/error/SubSystem.java
|
| ===================================================================
|
| --- editor/tools/plugins/com.google.dart.engine/src/com/google/dart/engine/error/SubSystem.java (revision 9355)
|
| +++ editor/tools/plugins/com.google.dart.engine/src/com/google/dart/engine/error/SubSystem.java (working copy)
|
| @@ -14,7 +14,8 @@
|
| package com.google.dart.engine.error;
|
|
|
| /**
|
| - * A subsystem of the analysis engine.
|
| + * Instances of the enumeration {@code SubSystem} represent the subsystem of the analysis engine
|
| + * that produced an error.
|
| */
|
| public enum SubSystem {
|
| SCANNER,
|
|
|