| 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 e78d007ca8d2ad1243c14e26cbb803f06a4bf2eb..50333af9b34d1456e878d1a0bd480be83e6f1774 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
|
| @@ -308,7 +308,7 @@ public enum StaticTypeWarningCode implements ErrorCode {
|
| * @param message the message template used to create the message to be displayed for the error
|
| */
|
| private StaticTypeWarningCode(String message) {
|
| - this.message = message;
|
| + this(message, null);
|
| }
|
|
|
| /**
|
|
|