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

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

Issue 16347011: Hide IOException from java_core.dart in analyzer_experimental. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 6 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/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 2348b7f3348bf1d0a2fcace717d7ad6a0f6477e5..aa3022299bff777d8051a2a23ec48736cc6c1a88 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';
+import 'java_core.dart' hide IOException;
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;
}
-}
+}

Powered by Google App Engine
This is Rietveld 408576698