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

Unified Diff: editor/tools/plugins/com.google.dart.server/src/com/google/dart/server/generated/types/CompletionSuggestion.java

Issue 845973006: Addition of AnalysisServer.isSocketOpen for clients to know if the server is still running. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 5 years, 11 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: 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;

Powered by Google App Engine
This is Rietveld 408576698