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

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

Issue 214933002: Clean-up and progress on analysis server (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years, 9 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 | « no previous file | pkg/analysis_server/lib/src/analysis_logger.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/analysis_server/lib/http_server.dart
diff --git a/pkg/analysis_server/lib/http_server.dart b/pkg/analysis_server/lib/http_server.dart
index 029dc13eba26faa92a6aadae33b323caa786c9aa..fb88f79455b26975f3f3c298ba34dfe2c6c8bdce 100644
--- a/pkg/analysis_server/lib/http_server.dart
+++ b/pkg/analysis_server/lib/http_server.dart
@@ -16,7 +16,7 @@ import 'package:args/args.dart';
/**
* Instances of the class [HttpServer] implement a simple HTTP server. The
* primary responsibility of this server is to listen for an UPGRADE request and
- * to start an analysis server
+ * to start an analysis server.
*/
class HttpAnalysisServer {
/**
« no previous file with comments | « no previous file | pkg/analysis_server/lib/src/analysis_logger.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698