| 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 f92b8c78155b6f35f1876cbadd246a8b4b1cb864..631a9704b04ff246a30763bb354a3939402dc92c 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
|
| @@ -1104,10 +1104,8 @@ public enum CompileTimeErrorCode implements ErrorCode {
|
| /**
|
| * 7.3 Setters: It is a compile-time error if a setter's formal parameter list does not include
|
| * exactly one required formal parameter <i>p</i>.
|
| - *
|
| - * @param numberOfParameters the number of parameters found in the setter
|
| */
|
| - WRONG_NUMBER_OF_PARAMETERS_FOR_SETTER("Setters should declare exactly one parameter, %d found");
|
| + WRONG_NUMBER_OF_PARAMETERS_FOR_SETTER("Setters should declare exactly one required parameter");
|
|
|
| /**
|
| * The message template used to create the message to be displayed for this error.
|
|
|