Skip to content

Commit

Permalink
Add build.yml fix range cache
Browse files Browse the repository at this point in the history
  • Loading branch information
vharseko committed Mar 19, 2024
1 parent b32b52e commit 1b89795
Showing 1 changed file with 10 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,16 @@ public static Builder newBuilder() {
return new Builder();
}

@Override
public String toString() {
return "ConnectorKeyRange{" +
"bundleName='" + bundleName + '\'' +
", bundleVersionRange=" + bundleVersionRange +
", exactVersion='" + exactVersion + '\'' +
", connectorName='" + connectorName + '\'' +
'}';
}

public static class Builder {
private String bundleName;
private String bundleVersion;
Expand Down

0 comments on commit 1b89795

Please sign in to comment.