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

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

Issue 840953008: Alternate status page (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Sorted and formatted Created 5 years, 11 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/analysis_server.dart
diff --git a/pkg/analysis_server/lib/src/analysis_server.dart b/pkg/analysis_server/lib/src/analysis_server.dart
index a8a491bdfa5eb7f72d0314e5787d22a499377977..8407f16a1a32652a0e4a99f12842f89ddc644b4b 100644
--- a/pkg/analysis_server/lib/src/analysis_server.dart
+++ b/pkg/analysis_server/lib/src/analysis_server.dart
@@ -63,6 +63,11 @@ class AnalysisDoneReason {
*/
class AnalysisServer {
/**
+ * The version of the analysis server.
+ */
+ static String VERSION = '0.0.1';
Paul Berry 2015/01/20 17:28:11 We should talk about a policy for what will cause
Brian Wilkerson 2015/01/20 17:46:34 Agreed.
+
+ /**
* The channel from which requests are received and to which responses should
* be sent.
*/
« no previous file with comments | « no previous file | pkg/analysis_server/lib/src/domain_server.dart » ('j') | pkg/analysis_server/lib/src/generated_protocol.dart » ('J')

Powered by Google App Engine
This is Rietveld 408576698