| Index: editor/tools/plugins/com.google.dart.server/src/com/google/dart/server/AnalysisServer.java
|
| diff --git a/editor/tools/plugins/com.google.dart.server/src/com/google/dart/server/AnalysisServer.java b/editor/tools/plugins/com.google.dart.server/src/com/google/dart/server/AnalysisServer.java
|
| index 3ad2e431f55f928d3ef721edcf6d36433022585c..c8451280c3d80f329dd4be2c38a2afb7f6740afe 100644
|
| --- a/editor/tools/plugins/com.google.dart.server/src/com/google/dart/server/AnalysisServer.java
|
| +++ b/editor/tools/plugins/com.google.dart.server/src/com/google/dart/server/AnalysisServer.java
|
| @@ -287,7 +287,7 @@ public interface AnalysisServer {
|
| * omitted if the refactoring does not require any options or if the values of those
|
| * options are not known.
|
| */
|
| - public void edit_getRefactoring(String kindId, String file, int offset, int length, boolean validateOnly, Object options, GetRefactoringConsumer consumer);
|
| + public void edit_getRefactoring(String kindId, String file, int offset, int length, Boolean validateOnly, Object options, GetRefactoringConsumer consumer);
|
|
|
| /**
|
| * Remove the given listener from the list of listeners that will receive notification when new
|
| @@ -311,7 +311,7 @@ public interface AnalysisServer {
|
| * @param offset The offset within the file of the declaration of or reference to the element.
|
| * @param includePotential True if potential matches are to be included in the results.
|
| */
|
| - public void search_findElementReferences(String file, int offset, boolean includePotential, FindElementReferencesConsumer consumer);
|
| + public void search_findElementReferences(String file, int offset, Boolean includePotential, FindElementReferencesConsumer consumer);
|
|
|
| /**
|
| * {@code search.findMemberDeclarations}
|
|
|