| Index: pkg/analyzer_experimental/lib/src/generated/sdk_io.dart
|
| diff --git a/pkg/analyzer_experimental/lib/src/generated/sdk_io.dart b/pkg/analyzer_experimental/lib/src/generated/sdk_io.dart
|
| index aa3022299bff777d8051a2a23ec48736cc6c1a88..2348b7f3348bf1d0a2fcace717d7ad6a0f6477e5 100644
|
| --- a/pkg/analyzer_experimental/lib/src/generated/sdk_io.dart
|
| +++ b/pkg/analyzer_experimental/lib/src/generated/sdk_io.dart
|
| @@ -2,7 +2,7 @@
|
| // significant change. Please see the README file for more information.
|
| library engine.sdk.io;
|
| import 'dart:io';
|
| -import 'java_core.dart' hide IOException;
|
| +import 'java_core.dart';
|
| import 'java_io.dart';
|
| import 'java_engine.dart';
|
| import 'java_engine_io.dart';
|
| @@ -500,4 +500,4 @@ class AnalysisErrorListener_9 implements AnalysisErrorListener {
|
| void onError(AnalysisError error) {
|
| foundError[0] = true;
|
| }
|
| -}
|
| +}
|
|
|