| Index: pkg/analysis_server/tool/spec/generated/java/types/AnalysisOptions.java
|
| diff --git a/pkg/analysis_server/tool/spec/generated/java/types/AnalysisOptions.java b/pkg/analysis_server/tool/spec/generated/java/types/AnalysisOptions.java
|
| index 6f99a3832bb849360e2e5ca5e866504040b12598..1c466aba32f35c47890c35ae43cf5afc1345b194 100644
|
| --- a/pkg/analysis_server/tool/spec/generated/java/types/AnalysisOptions.java
|
| +++ b/pkg/analysis_server/tool/spec/generated/java/types/AnalysisOptions.java
|
| @@ -45,8 +45,6 @@ public class AnalysisOptions {
|
| public static final List<AnalysisOptions> EMPTY_LIST = Lists.newArrayList();
|
|
|
| /**
|
| - * Deprecated: this feature is always enabled.
|
| - *
|
| * True if the client wants to enable support for the proposed async feature.
|
| */
|
| private final Boolean enableAsync;
|
| @@ -150,8 +148,6 @@ public class AnalysisOptions {
|
| }
|
|
|
| /**
|
| - * Deprecated: this feature is always enabled.
|
| - *
|
| * True if the client wants to enable support for the proposed async feature.
|
| */
|
| public Boolean getEnableAsync() {
|
|
|