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

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

Issue 348773003: Port SplitIndexStore to Dart. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years, 6 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/generated/service_interfaces.dart
diff --git a/pkg/analysis_server/lib/src/generated/service_interfaces.dart b/pkg/analysis_server/lib/src/generated/service_interfaces.dart
index 07643a958f9e44e47ce2ed0ca7b630e11db9f452..86b32f0b49501eadcdf7070b9523e0bfbd52d224 100644
--- a/pkg/analysis_server/lib/src/generated/service_interfaces.dart
+++ b/pkg/analysis_server/lib/src/generated/service_interfaces.dart
@@ -9,21 +9,20 @@ library service.interfaces;
import 'package:analyzer/src/generated/java_core.dart' show Enum, StringUtils;
import 'package:analyzer/src/generated/source.dart' show Source;
-import 'package:analysis_services/src/generated/change.dart' show SourceChange;
-/**
- * The interface `AssistsConsumer` defines the behavior of objects that consume assists
- * [SourceChange]s.
- */
-abstract class AssistsConsumer implements Consumer {
- /**
- * A set of [SourceChange]s that have been computed.
- *
- * @param proposals an array of computed [SourceChange]s
- * @param isLastResult is `true` if this is the last set of results
- */
- void computedSourceChanges(List<SourceChange> sourceChanges, bool isLastResult);
-}
+///**
+// * The interface `AssistsConsumer` defines the behavior of objects that consume assists
+// * [SourceChange]s.
+// */
+//abstract class AssistsConsumer implements Consumer {
+// /**
+// * A set of [SourceChange]s that have been computed.
+// *
+// * @param proposals an array of computed [SourceChange]s
+// * @param isLastResult is `true` if this is the last set of results
+// */
+// void computedSourceChanges(List<SourceChange> sourceChanges, bool isLastResult);
+//}
/**
* The interface `CompletionSuggestion` defines the behavior of objects representing a

Powered by Google App Engine
This is Rietveld 408576698