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

Unified Diff: pkg/analysis_server/tool/spec/generated/java/types/CompletionSuggestion.java

Issue 2879273002: Make server use the common protocol classes (Closed)
Patch Set: Created 3 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: 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() {

Powered by Google App Engine
This is Rietveld 408576698