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

Unified Diff: editor/tools/plugins/com.google.dart.tools.ui/src/com/google/dart/tools/internal/corext/fix/LinkedProposalPositionGroup.java

Issue 10834222: Initial implementation of 'Create Method' quick fix (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Use resolveUnit() in ASTProvider Created 8 years, 4 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: editor/tools/plugins/com.google.dart.tools.ui/src/com/google/dart/tools/internal/corext/fix/LinkedProposalPositionGroup.java
diff --git a/editor/tools/plugins/com.google.dart.tools.ui/src/com/google/dart/tools/internal/corext/fix/LinkedProposalPositionGroup.java b/editor/tools/plugins/com.google.dart.tools.ui/src/com/google/dart/tools/internal/corext/fix/LinkedProposalPositionGroup.java
index fe3ed3731088250d420c00afadf1e38a16e00ea2..54142b77df7ac8f76489b58179de08a93c48d71d 100644
--- a/editor/tools/plugins/com.google.dart.tools.ui/src/com/google/dart/tools/internal/corext/fix/LinkedProposalPositionGroup.java
+++ b/editor/tools/plugins/com.google.dart.tools.ui/src/com/google/dart/tools/internal/corext/fix/LinkedProposalPositionGroup.java
@@ -29,7 +29,7 @@ import java.util.List;
public class LinkedProposalPositionGroup {
/**
- * {@link LinkedProposalPositionGroup.PositionInformation} describes a position insinde a position
+ * {@link LinkedProposalPositionGroup.PositionInformation} describes a position inside a position
* group. The information provided must be accurate after the document change to the proposal has
* been performed, but doesn't need to reflect the changed done by the linking mode.
*/

Powered by Google App Engine
This is Rietveld 408576698