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

Unified Diff: editor/tools/plugins/com.google.dart.engine/src/com/google/dart/engine/index/IndexFactory.java

Issue 189433006: Support for DartBlockBody, DartExpressionBody, DartOmit in java2dart. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Fixes for review comments. Created 6 years, 9 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/index/IndexFactory.java
diff --git a/editor/tools/plugins/com.google.dart.engine/src/com/google/dart/engine/index/IndexFactory.java b/editor/tools/plugins/com.google.dart.engine/src/com/google/dart/engine/index/IndexFactory.java
index e6068d42c8d3136109beea3f3a9d918c20a30658..37907814e254820ccc0705362828fa81b261c49f 100644
--- a/editor/tools/plugins/com.google.dart.engine/src/com/google/dart/engine/index/IndexFactory.java
+++ b/editor/tools/plugins/com.google.dart.engine/src/com/google/dart/engine/index/IndexFactory.java
@@ -17,12 +17,14 @@ import com.google.dart.engine.internal.index.IndexImpl;
import com.google.dart.engine.internal.index.MemoryIndexStoreImpl;
import com.google.dart.engine.internal.index.operation.OperationProcessor;
import com.google.dart.engine.internal.index.operation.OperationQueue;
+import com.google.dart.engine.utilities.translation.DartOmit;
/**
* Factory for {@link Index} and {@link IndexStore}.
*
* @coverage dart.engine.index
*/
+@DartOmit
public class IndexFactory {
/**
* @return the new instance of {@link Index} which uses given {@link IndexStore}.

Powered by Google App Engine
This is Rietveld 408576698