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

Unified Diff: pkg/analyzer_experimental/lib/src/generated/instrumentation.dart

Issue 14161021: Generate unique names less aggressively. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 8 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/analyzer_experimental/lib/src/generated/instrumentation.dart
diff --git a/pkg/analyzer_experimental/lib/src/generated/instrumentation.dart b/pkg/analyzer_experimental/lib/src/generated/instrumentation.dart
index 152ede016a89b385151fb07824de7172ecaa2fbd..29c963d9bb3af63fee2e455071c587caa3e747d9 100644
--- a/pkg/analyzer_experimental/lib/src/generated/instrumentation.dart
+++ b/pkg/analyzer_experimental/lib/src/generated/instrumentation.dart
@@ -75,8 +75,8 @@ class Instrumentation {
* Set the logger that should receive instrumentation information to the given logger.
* @param logger the logger that should receive instrumentation information
*/
- static void set logger(InstrumentationLogger logger3) {
- _CURRENT_LOGGER = logger3 == null ? _NULL_LOGGER : logger3;
+ static void set logger(InstrumentationLogger logger2) {
+ _CURRENT_LOGGER = logger2 == null ? _NULL_LOGGER : logger2;
}
/**
* Prevent the creation of instances of this class

Powered by Google App Engine
This is Rietveld 408576698