From dc958a445c912fbc6f5d79895da5f12094cc22b9 Mon Sep 17 00:00:00 2001 From: Nik Everett Date: Fri, 27 Oct 2023 19:53:42 -0400 Subject: [PATCH] speeling --- .../org/elasticsearch/compute/data/BooleanVector.java | 6 +++--- .../org/elasticsearch/compute/data/BytesRefVector.java | 4 ++-- .../org/elasticsearch/compute/data/DoubleVector.java | 6 +++--- .../org/elasticsearch/compute/data/IntVector.java | 6 +++--- .../org/elasticsearch/compute/data/LongVector.java | 6 +++--- .../java/org/elasticsearch/compute/data/X-Vector.java.st | 8 ++++---- 6 files changed, 18 insertions(+), 18 deletions(-) diff --git a/x-pack/plugin/esql/compute/src/main/generated-src/org/elasticsearch/compute/data/BooleanVector.java b/x-pack/plugin/esql/compute/src/main/generated-src/org/elasticsearch/compute/data/BooleanVector.java index af17901c8c1e6..ec4ab8f7def1c 100644 --- a/x-pack/plugin/esql/compute/src/main/generated-src/org/elasticsearch/compute/data/BooleanVector.java +++ b/x-pack/plugin/esql/compute/src/main/generated-src/org/elasticsearch/compute/data/BooleanVector.java @@ -103,7 +103,7 @@ default void writeTo(StreamOutput out) throws IOException { /** * Returns a builder using the {@link BlockFactory#getNonBreakingInstance nonbreaking block factory}. - * @Deprecated use {@link BlockFactory#newBooleanVectorBuilder} + * @deprecated use {@link BlockFactory#newBooleanVectorBuilder} */ // Eventually, we want to remove this entirely, always passing an explicit BlockFactory @Deprecated @@ -114,7 +114,7 @@ static Builder newVectorBuilder(int estimatedSize) { /** * Creates a builder that grows as needed. Prefer {@link #newVectorFixedBuilder} * if you know the size up front because it's faster. - * @Deprecated use {@link BlockFactory#newBooleanVectorBuilder} + * @deprecated use {@link BlockFactory#newBooleanVectorBuilder} */ @Deprecated static Builder newVectorBuilder(int estimatedSize, BlockFactory blockFactory) { @@ -124,7 +124,7 @@ static Builder newVectorBuilder(int estimatedSize, BlockFactory blockFactory) { /** * Creates a builder that never grows. Prefer this over {@link #newVectorBuilder} * if you know the size up front because it's faster. - * @Deprecated use {@link BlockFactory#newBooleanVectorFixedBuilder} + * @deprecated use {@link BlockFactory#newBooleanVectorFixedBuilder} */ @Deprecated static FixedBuilder newVectorFixedBuilder(int size, BlockFactory blockFactory) { diff --git a/x-pack/plugin/esql/compute/src/main/generated-src/org/elasticsearch/compute/data/BytesRefVector.java b/x-pack/plugin/esql/compute/src/main/generated-src/org/elasticsearch/compute/data/BytesRefVector.java index 5d31bc3d50350..b7011666b981d 100644 --- a/x-pack/plugin/esql/compute/src/main/generated-src/org/elasticsearch/compute/data/BytesRefVector.java +++ b/x-pack/plugin/esql/compute/src/main/generated-src/org/elasticsearch/compute/data/BytesRefVector.java @@ -103,7 +103,7 @@ default void writeTo(StreamOutput out) throws IOException { /** * Returns a builder using the {@link BlockFactory#getNonBreakingInstance nonbreaking block factory}. - * @Deprecated use {@link BlockFactory#newBytesRefVectorBuilder} + * @deprecated use {@link BlockFactory#newBytesRefVectorBuilder} */ // Eventually, we want to remove this entirely, always passing an explicit BlockFactory @Deprecated @@ -113,7 +113,7 @@ static Builder newVectorBuilder(int estimatedSize) { /** * Creates a builder that grows as needed. - * @Deprecated use {@link BlockFactory#newBytesRefVectorBuilder} + * @deprecated use {@link BlockFactory#newBytesRefVectorBuilder} */ @Deprecated static Builder newVectorBuilder(int estimatedSize, BlockFactory blockFactory) { diff --git a/x-pack/plugin/esql/compute/src/main/generated-src/org/elasticsearch/compute/data/DoubleVector.java b/x-pack/plugin/esql/compute/src/main/generated-src/org/elasticsearch/compute/data/DoubleVector.java index d9e9e8d0419bb..acabd0deb17f6 100644 --- a/x-pack/plugin/esql/compute/src/main/generated-src/org/elasticsearch/compute/data/DoubleVector.java +++ b/x-pack/plugin/esql/compute/src/main/generated-src/org/elasticsearch/compute/data/DoubleVector.java @@ -104,7 +104,7 @@ default void writeTo(StreamOutput out) throws IOException { /** * Returns a builder using the {@link BlockFactory#getNonBreakingInstance nonbreaking block factory}. - * @Deprecated use {@link BlockFactory#newDoubleVectorBuilder} + * @deprecated use {@link BlockFactory#newDoubleVectorBuilder} */ // Eventually, we want to remove this entirely, always passing an explicit BlockFactory @Deprecated @@ -115,7 +115,7 @@ static Builder newVectorBuilder(int estimatedSize) { /** * Creates a builder that grows as needed. Prefer {@link #newVectorFixedBuilder} * if you know the size up front because it's faster. - * @Deprecated use {@link BlockFactory#newDoubleVectorBuilder} + * @deprecated use {@link BlockFactory#newDoubleVectorBuilder} */ @Deprecated static Builder newVectorBuilder(int estimatedSize, BlockFactory blockFactory) { @@ -125,7 +125,7 @@ static Builder newVectorBuilder(int estimatedSize, BlockFactory blockFactory) { /** * Creates a builder that never grows. Prefer this over {@link #newVectorBuilder} * if you know the size up front because it's faster. - * @Deprecated use {@link BlockFactory#newDoubleVectorFixedBuilder} + * @deprecated use {@link BlockFactory#newDoubleVectorFixedBuilder} */ @Deprecated static FixedBuilder newVectorFixedBuilder(int size, BlockFactory blockFactory) { diff --git a/x-pack/plugin/esql/compute/src/main/generated-src/org/elasticsearch/compute/data/IntVector.java b/x-pack/plugin/esql/compute/src/main/generated-src/org/elasticsearch/compute/data/IntVector.java index 52e17c10a0d98..645288565c431 100644 --- a/x-pack/plugin/esql/compute/src/main/generated-src/org/elasticsearch/compute/data/IntVector.java +++ b/x-pack/plugin/esql/compute/src/main/generated-src/org/elasticsearch/compute/data/IntVector.java @@ -103,7 +103,7 @@ default void writeTo(StreamOutput out) throws IOException { /** * Returns a builder using the {@link BlockFactory#getNonBreakingInstance nonbreaking block factory}. - * @Deprecated use {@link BlockFactory#newIntVectorBuilder} + * @deprecated use {@link BlockFactory#newIntVectorBuilder} */ // Eventually, we want to remove this entirely, always passing an explicit BlockFactory @Deprecated @@ -114,7 +114,7 @@ static Builder newVectorBuilder(int estimatedSize) { /** * Creates a builder that grows as needed. Prefer {@link #newVectorFixedBuilder} * if you know the size up front because it's faster. - * @Deprecated use {@link BlockFactory#newIntVectorBuilder} + * @deprecated use {@link BlockFactory#newIntVectorBuilder} */ @Deprecated static Builder newVectorBuilder(int estimatedSize, BlockFactory blockFactory) { @@ -124,7 +124,7 @@ static Builder newVectorBuilder(int estimatedSize, BlockFactory blockFactory) { /** * Creates a builder that never grows. Prefer this over {@link #newVectorBuilder} * if you know the size up front because it's faster. - * @Deprecated use {@link BlockFactory#newIntVectorFixedBuilder} + * @deprecated use {@link BlockFactory#newIntVectorFixedBuilder} */ @Deprecated static FixedBuilder newVectorFixedBuilder(int size, BlockFactory blockFactory) { diff --git a/x-pack/plugin/esql/compute/src/main/generated-src/org/elasticsearch/compute/data/LongVector.java b/x-pack/plugin/esql/compute/src/main/generated-src/org/elasticsearch/compute/data/LongVector.java index c744a090726b2..a312d7aeab0cc 100644 --- a/x-pack/plugin/esql/compute/src/main/generated-src/org/elasticsearch/compute/data/LongVector.java +++ b/x-pack/plugin/esql/compute/src/main/generated-src/org/elasticsearch/compute/data/LongVector.java @@ -104,7 +104,7 @@ default void writeTo(StreamOutput out) throws IOException { /** * Returns a builder using the {@link BlockFactory#getNonBreakingInstance nonbreaking block factory}. - * @Deprecated use {@link BlockFactory#newLongVectorBuilder} + * @deprecated use {@link BlockFactory#newLongVectorBuilder} */ // Eventually, we want to remove this entirely, always passing an explicit BlockFactory @Deprecated @@ -115,7 +115,7 @@ static Builder newVectorBuilder(int estimatedSize) { /** * Creates a builder that grows as needed. Prefer {@link #newVectorFixedBuilder} * if you know the size up front because it's faster. - * @Deprecated use {@link BlockFactory#newLongVectorBuilder} + * @deprecated use {@link BlockFactory#newLongVectorBuilder} */ @Deprecated static Builder newVectorBuilder(int estimatedSize, BlockFactory blockFactory) { @@ -125,7 +125,7 @@ static Builder newVectorBuilder(int estimatedSize, BlockFactory blockFactory) { /** * Creates a builder that never grows. Prefer this over {@link #newVectorBuilder} * if you know the size up front because it's faster. - * @Deprecated use {@link BlockFactory#newLongVectorFixedBuilder} + * @deprecated use {@link BlockFactory#newLongVectorFixedBuilder} */ @Deprecated static FixedBuilder newVectorFixedBuilder(int size, BlockFactory blockFactory) { diff --git a/x-pack/plugin/esql/compute/src/main/java/org/elasticsearch/compute/data/X-Vector.java.st b/x-pack/plugin/esql/compute/src/main/java/org/elasticsearch/compute/data/X-Vector.java.st index 0659d3d7638b0..6ec41ccdc6ab9 100644 --- a/x-pack/plugin/esql/compute/src/main/java/org/elasticsearch/compute/data/X-Vector.java.st +++ b/x-pack/plugin/esql/compute/src/main/java/org/elasticsearch/compute/data/X-Vector.java.st @@ -145,7 +145,7 @@ $endif$ /** * Returns a builder using the {@link BlockFactory#getNonBreakingInstance nonbreaking block factory}. - * @Deprecated use {@link BlockFactory#new$Type$VectorBuilder} + * @deprecated use {@link BlockFactory#new$Type$VectorBuilder} */ // Eventually, we want to remove this entirely, always passing an explicit BlockFactory @Deprecated @@ -156,13 +156,13 @@ $endif$ $if(BytesRef)$ /** * Creates a builder that grows as needed. - * @Deprecated use {@link BlockFactory#new$Type$VectorBuilder} + * @deprecated use {@link BlockFactory#new$Type$VectorBuilder} */ $else$ /** * Creates a builder that grows as needed. Prefer {@link #newVectorFixedBuilder} * if you know the size up front because it's faster. - * @Deprecated use {@link BlockFactory#new$Type$VectorBuilder} + * @deprecated use {@link BlockFactory#new$Type$VectorBuilder} */ $endif$ @Deprecated @@ -175,7 +175,7 @@ $else$ /** * Creates a builder that never grows. Prefer this over {@link #newVectorBuilder} * if you know the size up front because it's faster. - * @Deprecated use {@link BlockFactory#new$Type$VectorFixedBuilder} + * @deprecated use {@link BlockFactory#new$Type$VectorFixedBuilder} */ @Deprecated static FixedBuilder newVectorFixedBuilder(int size, BlockFactory blockFactory) {