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

Unified Diff: pkg/analysis_services/lib/constants.dart

Issue 440683005: remove unused search and adapter classes and methods (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 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: pkg/analysis_services/lib/constants.dart
diff --git a/pkg/analysis_services/lib/constants.dart b/pkg/analysis_services/lib/constants.dart
index 573586a16a65d03f072a5dd26c0ea0aceddc13ec..b55564c310e2b10d13cfbd376583e91dd8bcc24d 100644
--- a/pkg/analysis_services/lib/constants.dart
+++ b/pkg/analysis_services/lib/constants.dart
@@ -69,8 +69,8 @@ const String REGIONS = 'regions';
const String RELEVANCE = 'relevance';
const String REMOVED = 'removed';
const String REPLACEMENT = 'relacement';
-const String REPLACEMENT_OFFSET = 'relacementOffset';
-const String REPLACEMENT_LENGTH = 'relacementLength';
+const String REPLACEMENT_OFFSET = 'replacementOffset';
+const String REPLACEMENT_LENGTH = 'replacementLength';
const String RETURN_TYPE = 'returnType';
const String RESULTS = 'results';
const String SEVERITY = 'severity';
« no previous file with comments | « editor/tools/plugins/com.google.dart.tools.ui/src/com/google/dart/tools/ui/text/dart/CompletionProposalCollector.java ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698