| 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) {
|
|
|