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

Unified Diff: editor/tools/plugins/com.google.dart.server/src/com/google/dart/server/internal/local/computer/TypeHierarchyComputer.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/computer/TypeHierarchyComputer.java
diff --git a/editor/tools/plugins/com.google.dart.server/src/com/google/dart/server/internal/local/computer/TypeHierarchyComputer.java b/editor/tools/plugins/com.google.dart.server/src/com/google/dart/server/internal/local/computer/TypeHierarchyComputer.java
index 361a9eef08795bdcc0dcfc4fd7e2b173b2e259e1..74127a759135398eee2899717da36cfdb1c8fe8a 100644
--- a/editor/tools/plugins/com.google.dart.server/src/com/google/dart/server/internal/local/computer/TypeHierarchyComputer.java
+++ b/editor/tools/plugins/com.google.dart.server/src/com/google/dart/server/internal/local/computer/TypeHierarchyComputer.java
@@ -23,6 +23,7 @@ import com.google.dart.engine.element.visitor.GeneralizingElementVisitor;
import com.google.dart.engine.search.SearchEngine;
import com.google.dart.engine.search.SearchMatch;
import com.google.dart.engine.type.InterfaceType;
+import com.google.dart.engine.utilities.translation.DartOmit;
import com.google.dart.server.Element;
import com.google.dart.server.ElementKind;
import com.google.dart.server.TypeHierarchyItem;
@@ -37,6 +38,7 @@ import java.util.Set;
*
* @coverage dart.server.local
*/
+@DartOmit
public class TypeHierarchyComputer {
private final SearchEngine searchEngine;
private final String contextId;

Powered by Google App Engine
This is Rietveld 408576698