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

Unified Diff: editor/tools/plugins/com.google.dart.engine/src/com/google/dart/engine/source/PackageUriResolver.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/PackageUriResolver.java
diff --git a/editor/tools/plugins/com.google.dart.engine/src/com/google/dart/engine/source/PackageUriResolver.java b/editor/tools/plugins/com.google.dart.engine/src/com/google/dart/engine/source/PackageUriResolver.java
index 2762364c9f4efbd22bbacc0ba8dfedc2860391ae..8eb7fd9f205cffd00c8f6e1c8d9f7c82cb82bc09 100644
--- a/editor/tools/plugins/com.google.dart.engine/src/com/google/dart/engine/source/PackageUriResolver.java
+++ b/editor/tools/plugins/com.google.dart.engine/src/com/google/dart/engine/source/PackageUriResolver.java
@@ -39,7 +39,7 @@ public class PackageUriResolver extends UriResolver {
/**
* The name of the {@code package} scheme.
*/
- private static final String PACKAGE_SCHEME = "package";
+ public static final String PACKAGE_SCHEME = "package";
/**
* Log exceptions thrown with the message "Required key not available" only once.

Powered by Google App Engine
This is Rietveld 408576698