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

Unified Diff: editor/util/plugins/com.google.dart.java2dart/resources/java_core.dart

Issue 16774005: New analyzer_experimental snapshot. (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: editor/util/plugins/com.google.dart.java2dart/resources/java_core.dart
diff --git a/editor/util/plugins/com.google.dart.java2dart/resources/java_core.dart b/editor/util/plugins/com.google.dart.java2dart/resources/java_core.dart
index e8b10476b89c86d7e468827a87f5cf231e2c6680..7e9024549251faa0749bd6e592c64112af5582ff 100644
--- a/editor/util/plugins/com.google.dart.java2dart/resources/java_core.dart
+++ b/editor/util/plugins/com.google.dart.java2dart/resources/java_core.dart
@@ -293,10 +293,6 @@ class URISyntaxException implements Exception {
String toString() => "URISyntaxException";
}
-class IOException implements Exception {
- String toString() => "IOException";
-}
-
class MissingFormatArgumentException implements Exception {
final String s;

Powered by Google App Engine
This is Rietveld 408576698