Index: pkg/analyzer_plugin/test/integration/support/integration_test_methods.dart |
diff --git a/pkg/analyzer_plugin/test/integration/support/integration_test_methods.dart b/pkg/analyzer_plugin/test/integration/support/integration_test_methods.dart |
index fee1f7fe5f3ad59f5cfaf928177883ce0fe06206..e09561431e5010b580d7ed4cc330a7aaaa38ce5c 100644 |
--- a/pkg/analyzer_plugin/test/integration/support/integration_test_methods.dart |
+++ b/pkg/analyzer_plugin/test/integration/support/integration_test_methods.dart |
@@ -31,12 +31,12 @@ abstract class IntegrationTestMixin { |
* |
* Parameters |
* |
- * byteStorePath: String |
+ * byteStorePath: FilePath |
* |
* The path to the directory containing the on-disk byte store that is to |
* be used by any analysis drivers that are created. |
* |
- * sdkPath: String |
+ * sdkPath: FilePath |
* |
* The path to the directory containing the SDK that is to be used by any |
* analysis drivers that are created. |