Index: pkg/analysis_server/tool/spec/generated/java/types/NavigationTarget.java |
diff --git a/pkg/analysis_server/tool/spec/generated/java/types/NavigationTarget.java b/pkg/analysis_server/tool/spec/generated/java/types/NavigationTarget.java |
index 001a7a0738cc3373a275e2937d8a1797b65c32f8..d1ef09fd0948511e6bd4d5655da5aec767aba6d0 100644 |
--- a/pkg/analysis_server/tool/spec/generated/java/types/NavigationTarget.java |
+++ b/pkg/analysis_server/tool/spec/generated/java/types/NavigationTarget.java |
@@ -54,12 +54,12 @@ public class NavigationTarget { |
private final int fileIndex; |
/** |
- * The offset of the region from which the user can navigate. |
+ * The offset of the region to which the user can navigate. |
*/ |
private final int offset; |
/** |
- * The length of the region from which the user can navigate. |
+ * The length of the region to which the user can navigate. |
*/ |
private final int length; |
@@ -143,14 +143,14 @@ public class NavigationTarget { |
} |
/** |
- * The length of the region from which the user can navigate. |
+ * The length of the region to which the user can navigate. |
*/ |
public int getLength() { |
return length; |
} |
/** |
- * The offset of the region from which the user can navigate. |
+ * The offset of the region to which the user can navigate. |
*/ |
public int getOffset() { |
return offset; |