Chromium Code Reviews| Index: editor/tools/plugins/com.google.dart.engine/src/com/google/dart/engine/error/CompileTimeErrorCode.java |
| diff --git a/editor/tools/plugins/com.google.dart.engine/src/com/google/dart/engine/error/CompileTimeErrorCode.java b/editor/tools/plugins/com.google.dart.engine/src/com/google/dart/engine/error/CompileTimeErrorCode.java |
| index 3558bddcb6b3368ccc6b9325128321ed59e4d19f..feb5ac3d2445394a9337f0096d25ea3a70beb518 100644 |
| --- a/editor/tools/plugins/com.google.dart.engine/src/com/google/dart/engine/error/CompileTimeErrorCode.java |
| +++ b/editor/tools/plugins/com.google.dart.engine/src/com/google/dart/engine/error/CompileTimeErrorCode.java |
| @@ -181,7 +181,7 @@ public enum CompileTimeErrorCode implements ErrorCode { |
| /** |
| * 12.11.2 Const: It is a compile-time error if <i>T</i> includes any type parameters. |
| */ |
| - CONST_WITH_TYPE_PARAMETERS(""), |
| + CONST_WITH_TYPE_PARAMETERS("The constant creation cannot use a type parameter."), |
|
Brian Wilkerson
2013/05/13 19:49:47
nit: remove the period
I have concerns that this
|
| /** |
| * 12.11.2 Const: It is a compile-time error if <i>T.id</i> is not the name of a constant |