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

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

Issue 2668733002: Update server generator (Closed)
Patch Set: re-ran generator Created 3 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: 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;
« no previous file with comments | « pkg/analysis_server/tool/spec/codegen_dart_protocol.dart ('k') | pkg/analysis_server/tool/spec/spec_input.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698