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

Unified Diff: pkg/analysis_server/tool/spec/generated/java/AnalysisServer.java

Issue 2709163005: Revert "Tweaks to the analyzer_cli." (Closed)
Patch Set: Created 3 years, 10 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/AnalysisServer.java
diff --git a/pkg/analysis_server/tool/spec/generated/java/AnalysisServer.java b/pkg/analysis_server/tool/spec/generated/java/AnalysisServer.java
index 67bce36ba9d65f5a521b3385f4a45cae4f52b6fd..99e5ac09d34c2c8f10bb606bb18514152fe5a11a 100644
--- a/pkg/analysis_server/tool/spec/generated/java/AnalysisServer.java
+++ b/pkg/analysis_server/tool/spec/generated/java/AnalysisServer.java
@@ -378,7 +378,7 @@ public interface AnalysisServer {
* validated and no change be generated.
* @param options Data used to provide values provided by the user. The structure of the data is
* dependent on the kind of refactoring being performed. The data that is expected is
- * documented in the section titled Refactorings, labeled as "Options". This field can be
+ * documented in the section titled Refactorings, labeled as “Options”. This field can be
* omitted if the refactoring does not require any options or if the values of those
* options are not known.
*/
@@ -467,8 +467,6 @@ public interface AnalysisServer {
/**
* {@code execution.setSubscriptions}
*
- * Deprecated: the analysis server no longer fires LAUNCH_DATA events.
- *
* Subscribe for services. All previous subscriptions are replaced by the given set of services.
*
* It is an error if any of the elements in the list are not valid services. If there is an error,

Powered by Google App Engine
This is Rietveld 408576698