| Index: pkg/analysis_server/test/integration/integration_test_methods.dart
|
| diff --git a/pkg/analysis_server/test/integration/integration_test_methods.dart b/pkg/analysis_server/test/integration/integration_test_methods.dart
|
| index f29ab3ea3176d96a5578566860b5f3fefc286f8c..3e1e07ff6026f3edb8bff1e66bbb28953827d3ce 100644
|
| --- a/pkg/analysis_server/test/integration/integration_test_methods.dart
|
| +++ b/pkg/analysis_server/test/integration/integration_test_methods.dart
|
| @@ -1188,6 +1188,9 @@ abstract class IntegrationTestMixin {
|
| /**
|
| * Get the changes required to perform a refactoring.
|
| *
|
| + * If another refactoring request is received during the processing of this
|
| + * one, an error of type REFACTORING_REQUEST_CANCELLED will be generated.
|
| + *
|
| * Parameters
|
| *
|
| * kind ( RefactoringKind )
|
|
|