| 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
|
|
|