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

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

Issue 1409333002: DAS specification changes - spelling and ElementKind.FILE addition. (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Created 5 years, 2 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 ac80ee8be2ea1e04134c06253b695f16df1b609c..c360b6a10b31cb5e807dcf0ae45eacc3f07fb6b3 100644
--- a/pkg/analysis_server/tool/spec/generated/java/types/HoverInformation.java
+++ b/pkg/analysis_server/tool/spec/generated/java/types/HoverInformation.java
@@ -44,14 +44,14 @@ public class HoverInformation {
public static final List<HoverInformation> EMPTY_LIST = Lists.newArrayList();
/**
- * The offset of the range of characters that encompases the cursor position and has the same hover
- * information as the cursor position.
+ * The offset of the range of characters that encompasses the cursor position and has the same
+ * hover information as the cursor position.
*/
private final int offset;
/**
- * The length of the range of characters that encompases the cursor position and has the same hover
- * information as the cursor position.
+ * The length of the range of characters that encompasses the cursor position and has the same
+ * hover information as the cursor position.
*/
private final int length;
@@ -228,16 +228,16 @@ public class HoverInformation {
}
/**
- * The length of the range of characters that encompases the cursor position and has the same hover
- * information as the cursor position.
+ * The length of the range of characters that encompasses the cursor position and has the same
+ * hover information as the cursor position.
*/
public int getLength() {
return length;
}
/**
- * The offset of the range of characters that encompases the cursor position and has the same hover
- * information as the cursor position.
+ * The offset of the range of characters that encompasses the cursor position and has the same
+ * hover information as the cursor position.
*/
public int getOffset() {
return offset;

Powered by Google App Engine
This is Rietveld 408576698