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

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

Issue 2713513007: Deprecate execution.setSubscriptions. (Closed)
Patch Set: Merge branch 'master' into deprecate_set_subscriptions Created 3 years, 10 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/HoverInformation.java
diff --git a/pkg/analysis_server/tool/spec/generated/java/types/HoverInformation.java b/pkg/analysis_server/tool/spec/generated/java/types/HoverInformation.java
index d1dd58d24db17e64c0e4f0f7111bf873c473fb59..b9ca981982577d01a01b533044ed052bc262e63d 100644
--- a/pkg/analysis_server/tool/spec/generated/java/types/HoverInformation.java
+++ b/pkg/analysis_server/tool/spec/generated/java/types/HoverInformation.java
@@ -89,8 +89,8 @@ public class HoverInformation {
private final String elementDescription;
/**
- * A human-readable description of the kind of element being referenced (such as “class” or
- * “function type alias”). This data is omitted if there is no referenced element.
+ * A human-readable description of the kind of element being referenced (such as "class" or
+ * "function type alias"). This data is omitted if there is no referenced element.
*/
private final String elementKind;
@@ -228,8 +228,8 @@ public class HoverInformation {
}
/**
- * A human-readable description of the kind of element being referenced (such as “class” or
- * “function type alias”). This data is omitted if there is no referenced element.
+ * A human-readable description of the kind of element being referenced (such as "class" or
+ * "function type alias"). This data is omitted if there is no referenced element.
*/
public String getElementKind() {
return elementKind;

Powered by Google App Engine
This is Rietveld 408576698