| Index: editor/tools/plugins/com.google.dart.server/src/com/google/dart/server/generated/types/ErrorFixes.java
|
| diff --git a/editor/tools/plugins/com.google.dart.server/src/com/google/dart/server/generated/types/ErrorFixes.java b/editor/tools/plugins/com.google.dart.server/src/com/google/dart/server/generated/types/ErrorFixes.java
|
| index e3810b3e8d56db51a568166ee070c0c915ef94a1..5eda74a93b70447969e0cbfdf031523d7eddae6b 100644
|
| --- a/editor/tools/plugins/com.google.dart.server/src/com/google/dart/server/generated/types/ErrorFixes.java
|
| +++ b/editor/tools/plugins/com.google.dart.server/src/com/google/dart/server/generated/types/ErrorFixes.java
|
| @@ -31,6 +31,11 @@ import org.apache.commons.lang3.StringUtils;
|
| public class ErrorFixes {
|
|
|
| /**
|
| + * An empty array of {@link ErrorFixes}s.
|
| + */
|
| + public static final ErrorFixes[] EMPTY_ARRAY = new ErrorFixes[0];
|
| +
|
| + /**
|
| * The error with which the fixes are associated.
|
| */
|
| private final AnalysisError error;
|
|
|