| Index: editor/tools/plugins/com.google.dart.server/src/com/google/dart/server/generated/types/CompletionSuggestion.java
|
| diff --git a/editor/tools/plugins/com.google.dart.server/src/com/google/dart/server/generated/types/CompletionSuggestion.java b/editor/tools/plugins/com.google.dart.server/src/com/google/dart/server/generated/types/CompletionSuggestion.java
|
| index 91b3307b7ca848cd638f93091800836467a19207..32b3f736f2dc46b6851ba34b08f79a0f6d6f7e02 100644
|
| --- a/editor/tools/plugins/com.google.dart.server/src/com/google/dart/server/generated/types/CompletionSuggestion.java
|
| +++ b/editor/tools/plugins/com.google.dart.server/src/com/google/dart/server/generated/types/CompletionSuggestion.java
|
| @@ -107,8 +107,8 @@ public class CompletionSuggestion {
|
| private final Element element;
|
|
|
| /**
|
| - * The return type of the getter, function or method being suggested. This field is omitted if the
|
| - * suggested element is not a getter, function or method.
|
| + * The return type of the getter, function or method or the type of the field being suggested. This
|
| + * field is omitted if the suggested element is not a getter, function or method.
|
| */
|
| private final String returnType;
|
|
|
| @@ -351,8 +351,8 @@ public class CompletionSuggestion {
|
| }
|
|
|
| /**
|
| - * The return type of the getter, function or method being suggested. This field is omitted if the
|
| - * suggested element is not a getter, function or method.
|
| + * The return type of the getter, function or method or the type of the field being suggested. This
|
| + * field is omitted if the suggested element is not a getter, function or method.
|
| */
|
| public String getReturnType() {
|
| return returnType;
|
|
|