Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(244)

Unified Diff: pkg/analysis_server/tool/spec/generated/java/types/AnalysisOptions.java

Issue 1574523002: add enableAsync to analysis option file flags (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Created 4 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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() {

Powered by Google App Engine
This is Rietveld 408576698