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

Unified Diff: pkg/analysis_server/lib/src/generated_protocol.dart

Issue 1243073004: Fix for a copy/paste problem in GET_NAVIGATION_INVALID_FILE. (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: 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
Index: pkg/analysis_server/lib/src/generated_protocol.dart
diff --git a/pkg/analysis_server/lib/src/generated_protocol.dart b/pkg/analysis_server/lib/src/generated_protocol.dart
index 5ecfe20d3c9ed6bf4a9d15391b9b675950f45994..f36b5de35de1a1404e8e9de0ac7b05906993e9d6 100644
--- a/pkg/analysis_server/lib/src/generated_protocol.dart
+++ b/pkg/analysis_server/lib/src/generated_protocol.dart
@@ -12712,8 +12712,8 @@ class RequestErrorCode implements Enum {
static const GET_ERRORS_INVALID_FILE = const RequestErrorCode._("GET_ERRORS_INVALID_FILE");
/**
- * An "analysis.getErrors" request specified a FilePath which does not match
- * a file currently subject to analysis.
+ * An "analysis.getNavigation" request specified a FilePath which does not
+ * match a file currently subject to analysis.
*/
static const GET_NAVIGATION_INVALID_FILE = const RequestErrorCode._("GET_NAVIGATION_INVALID_FILE");
« no previous file with comments | « pkg/analysis_server/doc/api.html ('k') | pkg/analysis_server/tool/spec/generated/java/types/RequestErrorCode.java » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698