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

Unified Diff: pkg/analyzer_experimental/lib/src/generated/source_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/source_io.dart
diff --git a/pkg/analyzer_experimental/lib/src/generated/source_io.dart b/pkg/analyzer_experimental/lib/src/generated/source_io.dart
index 98d8fc0a3a016edd226de0a098a842ed9d0e36be..43b11ea4f462a8cf4d3f9bab60484fbcf61af72d 100644
--- a/pkg/analyzer_experimental/lib/src/generated/source_io.dart
+++ b/pkg/analyzer_experimental/lib/src/generated/source_io.dart
@@ -3,7 +3,7 @@
library engine.source.io;
import 'source.dart';
import 'dart:io';
-import 'java_core.dart';
+import 'java_core.dart' hide IOException;
import 'java_io.dart';
import 'sdk.dart' show DartSdk;
import 'engine.dart' show AnalysisContext, AnalysisEngine;
@@ -324,4 +324,4 @@ class FileUriResolver extends UriResolver {
}
return new FileBasedSource.con1(contentCache, new JavaFile.fromUri(uri));
}
-}
+}

Powered by Google App Engine
This is Rietveld 408576698