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

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

Issue 2879273002: Make server use the common protocol classes (Closed)
Patch Set: Created 3 years, 7 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/Outline.java
diff --git a/pkg/analysis_server/tool/spec/generated/java/types/Outline.java b/pkg/analysis_server/tool/spec/generated/java/types/Outline.java
index 88eb41ba63a272257966278223fc189a786761b1..142671f25a29789e558e0815c4c54055b7e4fc93 100644
--- a/pkg/analysis_server/tool/spec/generated/java/types/Outline.java
+++ b/pkg/analysis_server/tool/spec/generated/java/types/Outline.java
@@ -50,7 +50,7 @@ public class Outline {
/**
* The offset of the first character of the element. This is different than the offset in the
- * Element, which if the offset of the name of the element. It can be used, for example, to map
+ * Element, which is the offset of the name of the element. It can be used, for example, to map
* locations in the file back to an outline.
*/
private int offset;
@@ -141,7 +141,7 @@ public class Outline {
/**
* The offset of the first character of the element. This is different than the offset in the
- * Element, which if the offset of the name of the element. It can be used, for example, to map
+ * Element, which is the offset of the name of the element. It can be used, for example, to map
* locations in the file back to an outline.
*/
public int getOffset() {
@@ -181,7 +181,7 @@ public class Outline {
/**
* The offset of the first character of the element. This is different than the offset in the
- * Element, which if the offset of the name of the element. It can be used, for example, to map
+ * Element, which is the offset of the name of the element. It can be used, for example, to map
* locations in the file back to an outline.
*/
public void setOffset(int offset) {

Powered by Google App Engine
This is Rietveld 408576698