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

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

Issue 1255113005: Deprecate option "enableNullAwareOperators" in analysis server. (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Clean up API spec. Created 5 years, 5 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
« no previous file with comments | « pkg/analysis_server/lib/src/status/get_handler.dart ('k') | pkg/analysis_server/tool/spec/spec_input.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 e46c48130fd7e0d8a0de778d050bf3e76d32f212..fa91052452f3b7e45a0d02fe4c0b581442608edd 100644
--- a/pkg/analysis_server/tool/spec/generated/java/types/AnalysisOptions.java
+++ b/pkg/analysis_server/tool/spec/generated/java/types/AnalysisOptions.java
@@ -45,27 +45,29 @@ public class AnalysisOptions {
public static final List<AnalysisOptions> EMPTY_LIST = Lists.newArrayList();
/**
- * Deprecated
+ * Deprecated: this feature is always enabled.
*
* True if the client wants to enable support for the proposed async feature.
*/
private final Boolean enableAsync;
/**
- * Deprecated
+ * Deprecated: this feature is always enabled.
*
* True if the client wants to enable support for the proposed deferred loading feature.
*/
private final Boolean enableDeferredLoading;
/**
- * Deprecated
+ * Deprecated: this feature is always enabled.
*
* True if the client wants to enable support for the proposed enum feature.
*/
private final Boolean enableEnums;
/**
+ * Deprecated: this feature is always enabled.
+ *
* True if the client wants to enable support for the proposed "null aware operators" feature.
*/
private final Boolean enableNullAwareOperators;
@@ -139,7 +141,7 @@ public class AnalysisOptions {
}
/**
- * Deprecated
+ * Deprecated: this feature is always enabled.
*
* True if the client wants to enable support for the proposed async feature.
*/
@@ -148,7 +150,7 @@ public class AnalysisOptions {
}
/**
- * Deprecated
+ * Deprecated: this feature is always enabled.
*
* True if the client wants to enable support for the proposed deferred loading feature.
*/
@@ -157,7 +159,7 @@ public class AnalysisOptions {
}
/**
- * Deprecated
+ * Deprecated: this feature is always enabled.
*
* True if the client wants to enable support for the proposed enum feature.
*/
@@ -166,6 +168,8 @@ public class AnalysisOptions {
}
/**
+ * Deprecated: this feature is always enabled.
+ *
* True if the client wants to enable support for the proposed "null aware operators" feature.
*/
public Boolean getEnableNullAwareOperators() {
« no previous file with comments | « pkg/analysis_server/lib/src/status/get_handler.dart ('k') | pkg/analysis_server/tool/spec/spec_input.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698