Chromium Code Reviews| Index: editor/tools/plugins/com.google.dart.engine/src/com/google/dart/engine/error/StaticTypeWarningCode.java |
| diff --git a/editor/tools/plugins/com.google.dart.engine/src/com/google/dart/engine/error/StaticTypeWarningCode.java b/editor/tools/plugins/com.google.dart.engine/src/com/google/dart/engine/error/StaticTypeWarningCode.java |
| index a975ea2a65e081e1555649d49d6adbe69b83a291..2ba9f2b7d352951a31c0cb98bce6af5fe33d243f 100644 |
| --- a/editor/tools/plugins/com.google.dart.engine/src/com/google/dart/engine/error/StaticTypeWarningCode.java |
| +++ b/editor/tools/plugins/com.google.dart.engine/src/com/google/dart/engine/error/StaticTypeWarningCode.java |
| @@ -72,7 +72,7 @@ public enum StaticTypeWarningCode implements ErrorCode { |
| * <li>Otherwise none of the members <i>m<sub>1</sub>, …, m<sub>k</sub></i> is inherited. |
| * </ol> |
| */ |
| - INCONSISTENT_METHOD_INHERITANCE("'%s' is inherited by at least two interfaces inconsistently"), |
| + INCONSISTENT_METHOD_INHERITANCE("'%s' is inherited by at least two interfaces inconsistently: %s"), |
|
Brian Wilkerson
2014/02/24 19:59:00
Should this be "by", or "from"?
jwren
2014/02/24 20:34:45
Done. Change it to "from"
|
| /** |
| * 12.15.1 Ordinary Invocation: It is a static type warning if <i>T</i> does not have an |