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

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

Issue 1409333002: DAS specification changes - spelling and ElementKind.FILE addition. (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Created 5 years, 2 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 cefc5111d6eaa94064a4a1ccf1f058f717228b2f..afdde92cb54ea510acd4365596d86c99b187695f 100644
--- a/pkg/analysis_server/tool/spec/generated/java/types/AnalysisOptions.java
+++ b/pkg/analysis_server/tool/spec/generated/java/types/AnalysisOptions.java
@@ -73,7 +73,7 @@ public class AnalysisOptions {
private final Boolean enableNullAwareOperators;
/**
- * True if the client wants to enable spport for the proposed "less restricted mixins" proposal
+ * True if the client wants to enable support for the proposed "less restricted mixins" proposal
* (DEP 34).
*/
private final Boolean enableSuperMixins;
@@ -186,7 +186,7 @@ public class AnalysisOptions {
}
/**
- * True if the client wants to enable spport for the proposed "less restricted mixins" proposal
+ * True if the client wants to enable support for the proposed "less restricted mixins" proposal
* (DEP 34).
*/
public Boolean getEnableSuperMixins() {

Powered by Google App Engine
This is Rietveld 408576698