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

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

Issue 1375163003: Specification change for the 'libraryName' and 'partOfLibraryName' fields in Outline. (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: tweak 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/FileKind.java
diff --git a/pkg/analysis_server/tool/spec/generated/java/types/ServerService.java b/pkg/analysis_server/tool/spec/generated/java/types/FileKind.java
similarity index 84%
copy from pkg/analysis_server/tool/spec/generated/java/types/ServerService.java
copy to pkg/analysis_server/tool/spec/generated/java/types/FileKind.java
index 54fb1b34caaca0b13e7993f47eee587e97cf718c..d9ba7bb0dd9fed8b9066be9e80d1b707870518c6 100644
--- a/pkg/analysis_server/tool/spec/generated/java/types/ServerService.java
+++ b/pkg/analysis_server/tool/spec/generated/java/types/FileKind.java
@@ -17,12 +17,14 @@
package org.dartlang.analysis.server.protocol;
/**
- * An enumeration of the services provided by the server domain.
+ * An enumeration of the kinds of files.
*
* @coverage dart.server.generated.types
*/
-public class ServerService {
+public class FileKind {
- public static final String STATUS = "STATUS";
+ public static final String LIBRARY = "LIBRARY";
+
+ public static final String PART = "PART";
}
« no previous file with comments | « pkg/analysis_server/test/integration/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