Skip to content

Commit 8e2d165

Browse files
committed
fix visibility
1 parent b63638e commit 8e2d165

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

x-pack/plugin/esql-core/src/main/java/org/elasticsearch/xpack/esql/core/expression/AttributeMap.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -406,7 +406,7 @@ public static class Builder<E> {
406406

407407
private final AttributeMap<E> map;
408408

409-
public Builder(AttributeMap<E> map) {
409+
private Builder(AttributeMap<E> map) {
410410
this.map = map;
411411
}
412412

x-pack/plugin/esql-core/src/main/java/org/elasticsearch/xpack/esql/core/expression/AttributeSet.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -213,6 +213,7 @@ public static Builder builder(int expectedSize) {
213213
}
214214

215215
public static class Builder {
216+
216217
private final AttributeMap.Builder<Object> mapBuilder;
217218

218219
private Builder(AttributeMap.Builder<Object> mapBuilder) {

0 commit comments

Comments
 (0)