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

Unified Diff: editor/tools/plugins/com.google.dart.server/src/com/google/dart/server/GetRefactoringConsumer.java

Issue 460423003: Get the RemoteAnalysisServer to compile against the new generated AnalysisServer interface. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years, 4 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: editor/tools/plugins/com.google.dart.server/src/com/google/dart/server/GetRefactoringConsumer.java
diff --git a/editor/tools/plugins/com.google.dart.server/src/com/google/dart/server/DebugService.java b/editor/tools/plugins/com.google.dart.server/src/com/google/dart/server/GetRefactoringConsumer.java
similarity index 74%
copy from editor/tools/plugins/com.google.dart.server/src/com/google/dart/server/DebugService.java
copy to editor/tools/plugins/com.google.dart.server/src/com/google/dart/server/GetRefactoringConsumer.java
index fada2a6f3c80a4a42a92a119d740101835f4ccb8..69b92f8eccb3950082271a2e4b75dcac7ff1e28a 100644
--- a/editor/tools/plugins/com.google.dart.server/src/com/google/dart/server/DebugService.java
+++ b/editor/tools/plugins/com.google.dart.server/src/com/google/dart/server/GetRefactoringConsumer.java
@@ -14,10 +14,10 @@
package com.google.dart.server;
/**
- * An enumeration of the services provided by the debug domain.
+ * The interface {@code GetRefactoringConsumer} defines the behavior of objects that .. TODO
*
* @coverage dart.server
*/
-public enum DebugService {
- LAUNCH_DATA;
+public class GetRefactoringConsumer implements Consumer {
+ // TODO (jwren) implement, class added simply to have AnalysisServer compile
}

Powered by Google App Engine
This is Rietveld 408576698