| Index: editor/tools/plugins/com.google.dart.server/src/com/google/dart/server/GetTypeHierarchyConsumer.java
|
| diff --git a/editor/tools/plugins/com.google.dart.server/src/com/google/dart/server/TypeHierarchyConsumer.java b/editor/tools/plugins/com.google.dart.server/src/com/google/dart/server/GetTypeHierarchyConsumer.java
|
| similarity index 94%
|
| rename from editor/tools/plugins/com.google.dart.server/src/com/google/dart/server/TypeHierarchyConsumer.java
|
| rename to editor/tools/plugins/com.google.dart.server/src/com/google/dart/server/GetTypeHierarchyConsumer.java
|
| index 2d807ca2afcd7b647bda4697c792589edb892d7d..211466bf877615b0fe068a55a7f70114d521a541 100644
|
| --- a/editor/tools/plugins/com.google.dart.server/src/com/google/dart/server/TypeHierarchyConsumer.java
|
| +++ b/editor/tools/plugins/com.google.dart.server/src/com/google/dart/server/GetTypeHierarchyConsumer.java
|
| @@ -19,7 +19,7 @@ package com.google.dart.server;
|
| *
|
| * @coverage dart.server
|
| */
|
| -public interface TypeHierarchyConsumer extends Consumer {
|
| +public interface GetTypeHierarchyConsumer extends Consumer {
|
| /**
|
| * Type hierarchy has been computed.
|
| *
|
|
|