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

Unified Diff: editor/tools/plugins/com.google.dart.engine/src/com/google/dart/engine/source/NonExistingSource.java

Issue 459703002: New analyzer snapshot. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years, 4 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/tools/plugins/com.google.dart.engine/src/com/google/dart/engine/source/NonExistingSource.java
diff --git a/editor/tools/plugins/com.google.dart.engine/src/com/google/dart/engine/source/NonExistingSource.java b/editor/tools/plugins/com.google.dart.engine/src/com/google/dart/engine/source/NonExistingSource.java
index 986296b81494d60aeb2820c5b0db73fe3bc06c46..6511eabd838239bddf36bc304d81d8ef33492cd5 100644
--- a/editor/tools/plugins/com.google.dart.engine/src/com/google/dart/engine/source/NonExistingSource.java
+++ b/editor/tools/plugins/com.google.dart.engine/src/com/google/dart/engine/source/NonExistingSource.java
@@ -100,7 +100,7 @@ public class NonExistingSource implements Source {
}
@Override
- public URI resolveRelative(URI relativeUri) {
+ public URI resolveRelativeUri(URI relativeUri) {
throw new UnsupportedOperationException(name + "does not exist.");
}
}

Powered by Google App Engine
This is Rietveld 408576698