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

Unified Diff: pkg/analysis_server/lib/src/plugin/server_plugin.dart

Issue 840473007: Minor clean-ups and rename (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 5 years, 11 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/lib/src/plugin/server_plugin.dart
diff --git a/pkg/analysis_server/lib/src/plugin/server_plugin.dart b/pkg/analysis_server/lib/src/plugin/server_plugin.dart
index 663e0b958a5a2ff85971e00d3ef341ea2495b8b6..9182321ab9faf37edd0029d019478416989220be 100644
--- a/pkg/analysis_server/lib/src/plugin/server_plugin.dart
+++ b/pkg/analysis_server/lib/src/plugin/server_plugin.dart
@@ -101,7 +101,7 @@ class ServerPlugin implements Plugin {
if (extension is! RequestHandlerFactory) {
String id = domainExtensionPoint.uniqueIdentifier;
throw new ExtensionError(
- 'Extensions to the $id must be a RequestHandlerFactory');
+ 'Extensions to $id must be a RequestHandlerFactory');
}
}
}

Powered by Google App Engine
This is Rietveld 408576698