| 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
|
|
|