| Index: editor/tools/plugins/com.google.dart.server/src/com/google/dart/server/generated/types/AnalysisOptions.java
|
| diff --git a/editor/tools/plugins/com.google.dart.server/src/com/google/dart/server/generated/types/AnalysisOptions.java b/editor/tools/plugins/com.google.dart.server/src/com/google/dart/server/generated/types/AnalysisOptions.java
|
| index 23b16d852c140d1a85ed5726a062550712d7f9af..e8b4c363104df016c62ea23c4c01641c7225a67b 100644
|
| --- a/editor/tools/plugins/com.google.dart.server/src/com/google/dart/server/generated/types/AnalysisOptions.java
|
| +++ b/editor/tools/plugins/com.google.dart.server/src/com/google/dart/server/generated/types/AnalysisOptions.java
|
| @@ -45,16 +45,22 @@ public class AnalysisOptions {
|
| public static final List<AnalysisOptions> EMPTY_LIST = Lists.newArrayList();
|
|
|
| /**
|
| + * Deprecated/
|
| + *
|
| * True if the client wants to enable support for the proposed async feature.
|
| */
|
| private final Boolean enableAsync;
|
|
|
| /**
|
| + * Deprecated/
|
| + *
|
| * True if the client wants to enable support for the proposed deferred loading feature.
|
| */
|
| private final Boolean enableDeferredLoading;
|
|
|
| /**
|
| + * Deprecated/
|
| + *
|
| * True if the client wants to enable support for the proposed enum feature.
|
| */
|
| private final Boolean enableEnums;
|
| @@ -117,6 +123,8 @@ public class AnalysisOptions {
|
| }
|
|
|
| /**
|
| + * Deprecated/
|
| + *
|
| * True if the client wants to enable support for the proposed async feature.
|
| */
|
| public Boolean getEnableAsync() {
|
| @@ -124,6 +132,8 @@ public class AnalysisOptions {
|
| }
|
|
|
| /**
|
| + * Deprecated/
|
| + *
|
| * True if the client wants to enable support for the proposed deferred loading feature.
|
| */
|
| public Boolean getEnableDeferredLoading() {
|
| @@ -131,6 +141,8 @@ public class AnalysisOptions {
|
| }
|
|
|
| /**
|
| + * Deprecated/
|
| + *
|
| * True if the client wants to enable support for the proposed enum feature.
|
| */
|
| public Boolean getEnableEnums() {
|
|
|