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

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

Issue 1372623004: New analysis.implemented notification specification. (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Simplify to just list of classes/members that have implementations. Created 5 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
Index: pkg/analysis_server/tool/spec/generated/java/types/AnalysisService.java
diff --git a/pkg/analysis_server/tool/spec/generated/java/types/AnalysisService.java b/pkg/analysis_server/tool/spec/generated/java/types/AnalysisService.java
index ca3b8e92d59b711e9a3a48dd5902c26dd63544f4..02bd9f6b7c9335f8f57892e129920d16ff784e98 100644
--- a/pkg/analysis_server/tool/spec/generated/java/types/AnalysisService.java
+++ b/pkg/analysis_server/tool/spec/generated/java/types/AnalysisService.java
@@ -28,6 +28,8 @@ public class AnalysisService {
public static final String HIGHLIGHTS = "HIGHLIGHTS";
+ public static final String IMPLEMENTED = "IMPLEMENTED";
+
/**
* This service is not currently implemented and will become a GeneralAnalysisService in a future
* release.

Powered by Google App Engine
This is Rietveld 408576698