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 3c8f9531c384fd2b4a56a8e3a5cbfef2df63ff61..7d4ce879138ab68f8b57de9a5470ff0f3a0faefc 100644 |
--- a/pkg/analysis_server/test/integration/integration_test_methods.dart |
+++ b/pkg/analysis_server/test/integration/integration_test_methods.dart |
@@ -402,13 +402,13 @@ abstract class IntegrationTestMixin { |
* |
* Parameters |
* |
- * files ( Map<FilePath, object> ) |
+ * files ( Map<FilePath, AddContentOverlay | ChangeContentOverlay | |
+ * RemoveContentOverlay> ) |
* |
* A table mapping the files whose content has changed to a description of |
- * the content change. Each value should be one of the following types: |
- * AddContentOverlay, ChangeContentOverlay, or RemoveContentOverlay. |
+ * the content change. |
*/ |
- Future sendAnalysisUpdateContent(Map<String, Map<String, dynamic>> files, {bool checkTypes: true}) { |
+ Future sendAnalysisUpdateContent(Map<String, Object> files, {bool checkTypes: true}) { |
Map<String, dynamic> params = {}; |
params["files"] = files; |
if (checkTypes) { |