| Index: editor/tools/plugins/com.google.dart.engine/src/com/google/dart/engine/error/StaticWarningCode.java
|
| diff --git a/editor/tools/plugins/com.google.dart.engine/src/com/google/dart/engine/error/StaticWarningCode.java b/editor/tools/plugins/com.google.dart.engine/src/com/google/dart/engine/error/StaticWarningCode.java
|
| index eb9719808b92e1972c1196ea63e1f2cedb2643ea..8eadd5fdd739b6766d9470785726b27bdf08a5ea 100644
|
| --- a/editor/tools/plugins/com.google.dart.engine/src/com/google/dart/engine/error/StaticWarningCode.java
|
| +++ b/editor/tools/plugins/com.google.dart.engine/src/com/google/dart/engine/error/StaticWarningCode.java
|
| @@ -234,8 +234,10 @@ public enum StaticWarningCode implements ErrorCode {
|
| /**
|
| * 12.11.1 New: It is a static warning if <i>T</i> is not a class accessible in the current scope,
|
| * optionally followed by type arguments.
|
| + *
|
| + * @param name the name of the non-type element
|
| */
|
| - NEW_WITH_NON_TYPE(""),
|
| + NEW_WITH_NON_TYPE("The name '%s' is not a class"),
|
|
|
| /**
|
| * 12.11.1 New: If <i>T</i> is a class or parameterized type accessible in the current scope then:
|
|
|