| Index: compiler/java/com/google/dart/compiler/resolver/ResolverErrorCode.java
|
| diff --git a/compiler/java/com/google/dart/compiler/resolver/ResolverErrorCode.java b/compiler/java/com/google/dart/compiler/resolver/ResolverErrorCode.java
|
| index 9d4a62395c7584a20e4934c588e6eb11298eb05a..0d4727ee8d87449d6bc33c499f43428def3a1d26 100644
|
| --- a/compiler/java/com/google/dart/compiler/resolver/ResolverErrorCode.java
|
| +++ b/compiler/java/com/google/dart/compiler/resolver/ResolverErrorCode.java
|
| @@ -121,7 +121,6 @@ public enum ResolverErrorCode implements ErrorCode {
|
| FACTORY_CANNOT_BE_CONST("A factory cannot be const"),
|
| FIELD_DOES_NOT_HAVE_A_GETTER(ErrorSeverity.WARNING, "Field does not have a getter"),
|
| FIELD_DOES_NOT_HAVE_A_SETTER(ErrorSeverity.WARNING, "Field does not have a setter"),
|
| - FIELD_GETTER_SETTER_SAME_STATIC(ErrorSeverity.WARNING, "Field's getter and setter should be both static or not static"),
|
| FINAL_FIELD_MUST_BE_INITIALIZED("The final field %s must be initialized"),
|
| FORMAL_PARAMETER_NAME_EXPECTED("Formal parameter name expected"),
|
| // TODO(zundel): error message needs JUnit test - how to test #imports in junit?
|
|
|