| Index: editor/tools/plugins/com.google.dart.server/src/com/google/dart/server/generated/types/AddContentOverlay.java
|
| diff --git a/editor/tools/plugins/com.google.dart.server/src/com/google/dart/server/generated/types/AddContentOverlay.java b/editor/tools/plugins/com.google.dart.server/src/com/google/dart/server/generated/types/AddContentOverlay.java
|
| index 29c63b777041214014ac6def7dfd78f23f39aae6..96ab2cd18ddb4624be1eecb71d124769915bad48 100644
|
| --- a/editor/tools/plugins/com.google.dart.server/src/com/google/dart/server/generated/types/AddContentOverlay.java
|
| +++ b/editor/tools/plugins/com.google.dart.server/src/com/google/dart/server/generated/types/AddContentOverlay.java
|
| @@ -35,15 +35,20 @@ import org.apache.commons.lang3.StringUtils;
|
| public class AddContentOverlay {
|
|
|
| /**
|
| - * The new content of the file.
|
| + * An empty array of {@link AddContentOverlay}s.
|
| */
|
| - private final String content;
|
| + public static final AddContentOverlay[] EMPTY_ARRAY = new AddContentOverlay[0];
|
|
|
| /**
|
| */
|
| private final String type;
|
|
|
| /**
|
| + * The new content of the file.
|
| + */
|
| + private final String content;
|
| +
|
| + /**
|
| * Constructor for {@link AddContentOverlay}.
|
| */
|
| public AddContentOverlay(String type, String content) {
|
|
|