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

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

Issue 263213007: New analysis_server snapshot and completion.dart in analysis_services. (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/computer/DartUnitMinorRefactoringsComputer.java
diff --git a/editor/tools/plugins/com.google.dart.server/src/com/google/dart/server/internal/local/computer/DartUnitMinorRefactoringsComputer.java b/editor/tools/plugins/com.google.dart.server/src/com/google/dart/server/internal/local/computer/DartUnitMinorRefactoringsComputer.java
index 990ed4e63eeab90b6724ac7e6a4b8352c242f03e..95978b9a1fb294d7271cb6f7d78533fd3db35784 100644
--- a/editor/tools/plugins/com.google.dart.server/src/com/google/dart/server/internal/local/computer/DartUnitMinorRefactoringsComputer.java
+++ b/editor/tools/plugins/com.google.dart.server/src/com/google/dart/server/internal/local/computer/DartUnitMinorRefactoringsComputer.java
@@ -22,6 +22,7 @@ import com.google.dart.engine.services.correction.CorrectionProcessors;
import com.google.dart.engine.services.correction.CorrectionProposal;
import com.google.dart.engine.services.correction.QuickAssistProcessor;
import com.google.dart.engine.source.Source;
+import com.google.dart.engine.utilities.translation.DartOmit;
import com.google.dart.server.MinorRefactoringsConsumer;
/**
@@ -29,6 +30,7 @@ import com.google.dart.server.MinorRefactoringsConsumer;
*
* @coverage dart.server.local
*/
+@DartOmit
public class DartUnitMinorRefactoringsComputer {
private final SearchEngine searchEngine;
private final String contextId;

Powered by Google App Engine
This is Rietveld 408576698