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

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

Issue 2865403005: Remove an obsolete error from the spec and an obsolete command-line flag (Closed)
Patch Set: Created 3 years, 7 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/RequestErrorCode.java
diff --git a/pkg/analysis_server/tool/spec/generated/java/types/RequestErrorCode.java b/pkg/analysis_server/tool/spec/generated/java/types/RequestErrorCode.java
index 37c06b502e572a3b88f9ee3719304c4670019287..315e4d93bb94030006a960281642845024b25e95 100644
--- a/pkg/analysis_server/tool/spec/generated/java/types/RequestErrorCode.java
+++ b/pkg/analysis_server/tool/spec/generated/java/types/RequestErrorCode.java
@@ -102,12 +102,6 @@ public class RequestErrorCode {
public static final String INVALID_REQUEST = "INVALID_REQUEST";
/**
- * The "--no-index" flag was passed when the analysis server created, but this API call requires an
- * index to have been generated.
- */
- public static final String NO_INDEX_GENERATED = "NO_INDEX_GENERATED";
-
- /**
* An "edit.organizeDirectives" request specified a Dart file that cannot be analyzed. The reason
* is described in the message.
*/
« no previous file with comments | « pkg/analysis_server/test/integration/support/protocol_matchers.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