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

Unified Diff: pkg/analysis_server/lib/plugin/protocol/generated_protocol.dart

Issue 2382053002: Remove unused option in server API (Closed)
Patch Set: Created 4 years, 3 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/doc/api.html ('k') | pkg/analysis_server/lib/src/analysis_server.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/analysis_server/lib/plugin/protocol/generated_protocol.dart
diff --git a/pkg/analysis_server/lib/plugin/protocol/generated_protocol.dart b/pkg/analysis_server/lib/plugin/protocol/generated_protocol.dart
index f3c2d98a8556fd5558227675900765721c546a7f..14648d40496ea9b573920ca48a1c90d8c1f9c694 100644
--- a/pkg/analysis_server/lib/plugin/protocol/generated_protocol.dart
+++ b/pkg/analysis_server/lib/plugin/protocol/generated_protocol.dart
@@ -1714,6 +1714,8 @@ class AnalysisSetAnalysisRootsParams implements HasToJson {
}
/**
+ * Deprecated: This field is now ignored by server.
+ *
* A mapping from source directories to package roots that should override
* the normal package: URI resolution mechanism.
*
@@ -1737,6 +1739,8 @@ class AnalysisSetAnalysisRootsParams implements HasToJson {
Map<String, String> get packageRoots => _packageRoots;
/**
+ * Deprecated: This field is now ignored by server.
+ *
* A mapping from source directories to package roots that should override
* the normal package: URI resolution mechanism.
*
« no previous file with comments | « pkg/analysis_server/doc/api.html ('k') | pkg/analysis_server/lib/src/analysis_server.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698