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

Unified Diff: editor/tools/plugins/com.google.dart.engine/src/com/google/dart/engine/internal/index/operation/OperationQueue.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/internal/index/operation/OperationQueue.java
diff --git a/editor/tools/plugins/com.google.dart.engine/src/com/google/dart/engine/internal/index/operation/OperationQueue.java b/editor/tools/plugins/com.google.dart.engine/src/com/google/dart/engine/internal/index/operation/OperationQueue.java
index 51547d7ddf5ec30afd2dffd0bab07016a79d3f95..c78a3dc1cb7d79c97f7dcc76e3d128400e1302fd 100644
--- a/editor/tools/plugins/com.google.dart.engine/src/com/google/dart/engine/internal/index/operation/OperationQueue.java
+++ b/editor/tools/plugins/com.google.dart.engine/src/com/google/dart/engine/internal/index/operation/OperationQueue.java
@@ -15,6 +15,7 @@ package com.google.dart.engine.internal.index.operation;
import com.google.common.collect.Lists;
import com.google.dart.engine.source.Source;
+import com.google.dart.engine.utilities.translation.DartOmit;
import java.util.Iterator;
import java.util.LinkedList;
@@ -26,6 +27,7 @@ import java.util.List;
*
* @coverage dart.engine.index
*/
+@DartOmit
public class OperationQueue {
/**
* The non-query operations that are waiting to be performed.

Powered by Google App Engine
This is Rietveld 408576698