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

Unified Diff: pkg/analysis_server/tool/spec/codegen_analysis_server.dart

Issue 575163002: Remove watchdog from RemoteAnalysisServerImpl (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 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/codegen_analysis_server.dart
diff --git a/pkg/analysis_server/tool/spec/codegen_analysis_server.dart b/pkg/analysis_server/tool/spec/codegen_analysis_server.dart
index 4cd81a993a5612aad61bec0dc9ec12f8bb8d332e..1287ca059f058a786ee1f0d0c45176f86963beb2 100644
--- a/pkg/analysis_server/tool/spec/codegen_analysis_server.dart
+++ b/pkg/analysis_server/tool/spec/codegen_analysis_server.dart
@@ -73,11 +73,9 @@ class CodegenAnalysisServer extends CodegenJavaVisitor {
'''/**
* Start the analysis server.
*
danrubel 2014/09/17 20:49:36 Remove extra comment line
jwren 2014/09/17 20:52:06 Done.
- * @param millisToRestart the number of milliseconds to wait for an unresponsive server before
- * restarting it, or zero if the server should not be restarted.
*/'''
);
- writeln('public void start(long millisToRestart) throws Exception;');
+ writeln('public void start() throws Exception;');
});
super.visitApi();
});

Powered by Google App Engine
This is Rietveld 408576698