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

Unified Diff: editor/tools/plugins/com.google.dart.server/src/com/google/dart/server/internal/local/LocalAnalysisServerImpl.java

Issue 304323004: Computers and services snapshot. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 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.server/src/com/google/dart/server/internal/local/LocalAnalysisServerImpl.java
diff --git a/editor/tools/plugins/com.google.dart.server/src/com/google/dart/server/internal/local/LocalAnalysisServerImpl.java b/editor/tools/plugins/com.google.dart.server/src/com/google/dart/server/internal/local/LocalAnalysisServerImpl.java
index b9a84305f711f84c877bbc9e6716f49b4d6beef7..e07fafb59d9a2e3f08aa92f3b120585cf62be78c 100644
--- a/editor/tools/plugins/com.google.dart.server/src/com/google/dart/server/internal/local/LocalAnalysisServerImpl.java
+++ b/editor/tools/plugins/com.google.dart.server/src/com/google/dart/server/internal/local/LocalAnalysisServerImpl.java
@@ -27,6 +27,7 @@ import com.google.dart.engine.search.SearchEngineFactory;
import com.google.dart.engine.services.refactoring.Parameter;
import com.google.dart.engine.services.refactoring.Refactoring;
import com.google.dart.engine.source.Source;
+import com.google.dart.engine.utilities.translation.DartOmit;
import com.google.dart.server.AnalysisError;
import com.google.dart.server.AnalysisOptions;
import com.google.dart.server.AnalysisServer;
@@ -67,6 +68,7 @@ import java.util.Set;
*
* @coverage dart.server.local
*/
+@DartOmit
public class LocalAnalysisServerImpl implements AnalysisServer, InternalAnalysisServer {
/**
* The thread that runs {@link #index}.
« no previous file with comments | « no previous file | editor/tools/plugins/com.google.dart.server/src/com/google/dart/server/internal/local/computer/DartUnitCompletionSuggestionsComputer.java » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698