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

Unified Diff: pkg/analysis_server/test/integration/integration_test_methods.dart

Issue 537733002: Use typed RefactoringOptions in the Dart version of the protocol. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Update also Java generator Created 6 years, 3 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/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 cf522fbd7f16d828243539e154e665716614e0de..a911ea82c716f3067891d92b3b4ea82a2433685d 100644
--- a/pkg/analysis_server/test/integration/integration_test_methods.dart
+++ b/pkg/analysis_server/test/integration/integration_test_methods.dart
@@ -1127,7 +1127,7 @@ abstract class IntegrationTestMixin {
* True if the client is only requesting that the values of the options be
* validated and no change be generated.
*
- * options ( optional object )
+ * options ( optional RefactoringOptions )
*
* Data used to provide values provided by the user. The structure of the
* data is dependent on the kind of refactoring being performed. The data

Powered by Google App Engine
This is Rietveld 408576698