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

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

Issue 15736020: generate suggestions during analysis (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: merge Created 7 years, 7 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/FileUriResolver.java
diff --git a/editor/tools/plugins/com.google.dart.engine/src/com/google/dart/engine/source/FileUriResolver.java b/editor/tools/plugins/com.google.dart.engine/src/com/google/dart/engine/source/FileUriResolver.java
index 7408ff9eaf815a5f0cbd2cbdbd239261fd41cd75..e66df97b6665b927b9ede84479d0ea942016d3e8 100644
--- a/editor/tools/plugins/com.google.dart.engine/src/com/google/dart/engine/source/FileUriResolver.java
+++ b/editor/tools/plugins/com.google.dart.engine/src/com/google/dart/engine/source/FileUriResolver.java
@@ -25,7 +25,7 @@ public class FileUriResolver extends UriResolver {
/**
* The name of the {@code file} scheme.
*/
- private static final String FILE_SCHEME = "file";
+ public static final String FILE_SCHEME = "file";
/**
* Return {@code true} if the given URI is a {@code file} URI.

Powered by Google App Engine
This is Rietveld 408576698