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

Unified Diff: editor/tools/plugins/com.google.dart.engine/src/com/google/dart/engine/source/Source.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/Source.java
diff --git a/editor/tools/plugins/com.google.dart.engine/src/com/google/dart/engine/source/Source.java b/editor/tools/plugins/com.google.dart.engine/src/com/google/dart/engine/source/Source.java
index fb2b1ff20845a191d1ddfea9703f594ad172b0c5..87cccab3c7ede5b0314ff4b04affb1500eab26f7 100644
--- a/editor/tools/plugins/com.google.dart.engine/src/com/google/dart/engine/source/Source.java
+++ b/editor/tools/plugins/com.google.dart.engine/src/com/google/dart/engine/source/Source.java
@@ -201,5 +201,5 @@ public interface Source {
* @return the URI to which given URI was resolved
* @throws AnalysisException if the relative URI could not be resolved
*/
- public URI resolveRelative(URI relativeUri) throws AnalysisException;
+ public URI resolveRelativeUri(URI relativeUri) throws AnalysisException;
}

Powered by Google App Engine
This is Rietveld 408576698