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

Unified Diff: editor/tools/plugins/com.google.dart.tools.core/src/com/google/dart/tools/core/analysis/Context.java

Issue 10809037: Fix library scan of loose files (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 8 years, 5 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.tools.core/src/com/google/dart/tools/core/analysis/Context.java
===================================================================
--- editor/tools/plugins/com.google.dart.tools.core/src/com/google/dart/tools/core/analysis/Context.java (revision 9776)
+++ editor/tools/plugins/com.google.dart.tools.core/src/com/google/dart/tools/core/analysis/Context.java (working copy)
@@ -165,8 +165,8 @@
}
/**
- * Resolve the specified library. Similar to {@link #analyze(File)}, but does not add the library
- * to the list of libraries to be tracked.
+ * Resolve the specified library. Similar to {@link AnalysisServer#analyze(File)}, but does not
+ * add the library to the list of libraries to be tracked.
*
* @param libraryFile the library file (not <code>null</code>).
* @param milliseconds the number of milliseconds to wait for the library to be resolved.
@@ -184,8 +184,8 @@
}
/**
- * Resolve the specified library. Similar to {@link #analyze(File)}, but does not add the library
- * to the list of libraries to be tracked.
+ * Resolve the specified library. Similar to {@link AnalysisServer#analyze(File)}, but does not
+ * add the library to the list of libraries to be tracked.
*
* @param libraryFile the library file (not <code>null</code>)
* @param callback a listener that will be notified when the library has been resolved or

Powered by Google App Engine
This is Rietveld 408576698