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

Unified Diff: editor/tools/plugins/com.google.dart.server/src/com/google/dart/server/internal/local/computer/TypeHierarchyItemImpl.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/TypeHierarchyItemImpl.java
diff --git a/editor/tools/plugins/com.google.dart.server/src/com/google/dart/server/internal/local/computer/TypeHierarchyItemImpl.java b/editor/tools/plugins/com.google.dart.server/src/com/google/dart/server/internal/local/computer/TypeHierarchyItemImpl.java
index b6bbbeb37dd567fe503f75d61dbe57d297c1748e..3026b784839c028d06861116264b64cb2aa8cbe6 100644
--- a/editor/tools/plugins/com.google.dart.server/src/com/google/dart/server/internal/local/computer/TypeHierarchyItemImpl.java
+++ b/editor/tools/plugins/com.google.dart.server/src/com/google/dart/server/internal/local/computer/TypeHierarchyItemImpl.java
@@ -31,7 +31,7 @@ public class TypeHierarchyItemImpl implements TypeHierarchyItem {
private final TypeHierarchyItem extendedType;
private final TypeHierarchyItem[] mixedTypes;
private final TypeHierarchyItem[] implementedTypes;
- private TypeHierarchyItem[] subTypes = TypeHierarchyItemImpl.EMPTY_ARRAY;
+ private TypeHierarchyItem[] subTypes = TypeHierarchyItem.EMPTY_ARRAY;
public TypeHierarchyItemImpl(String name, Element classElement, Element memberElement,
TypeHierarchyItem extendedType, TypeHierarchyItem[] mixedTypes,

Powered by Google App Engine
This is Rietveld 408576698