Index: pkg/analysis_server/tool/spec/generated/java/types/CompletionSuggestion.java |
diff --git a/pkg/analysis_server/tool/spec/generated/java/types/CompletionSuggestion.java b/pkg/analysis_server/tool/spec/generated/java/types/CompletionSuggestion.java |
index f20a09830c69f20d4b6df52311fa449ba510091a..125322ccf71092c5ad69b38957467fa3a18be53a 100644 |
--- a/pkg/analysis_server/tool/spec/generated/java/types/CompletionSuggestion.java |
+++ b/pkg/analysis_server/tool/spec/generated/java/types/CompletionSuggestion.java |
@@ -90,7 +90,7 @@ public class CompletionSuggestion { |
private final String docSummary; |
/** |
- * The Dartdoc associated with the element being suggested, This field is omitted if there is no |
+ * The Dartdoc associated with the element being suggested. This field is omitted if there is no |
* Dartdoc associated with the element. |
*/ |
private final String docComplete; |
@@ -298,7 +298,7 @@ public class CompletionSuggestion { |
} |
/** |
- * The Dartdoc associated with the element being suggested, This field is omitted if there is no |
+ * The Dartdoc associated with the element being suggested. This field is omitted if there is no |
* Dartdoc associated with the element. |
*/ |
public String getDocComplete() { |