Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ public static final class Builder extends AbstractShapeBuilder<Builder, Operatio
private ShapeId output = UnitTypeTrait.UNIT;
private final BuilderRef<Set<ShapeId>> errors = BuilderRef.forOrderedSet();

private Builder() {}
public Builder() {}

private Builder(OperationShape shape) {
shape.updateBuilder(this);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ public static final class Builder extends EntityShape.Builder<Builder, ResourceS
private ShapeId delete;
private ShapeId list;

private Builder() {}
public Builder() {}

private Builder(ResourceShape shape) {
shape.updateBuilder(this);
Expand Down
Loading