Skip to content

Commit 9169873

Browse files
committed
review: restore protected config()
1 parent ca7a928 commit 9169873

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

polaris-core/src/main/java/org/apache/polaris/core/storage/PolarisStorageIntegration.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ public PolarisStorageIntegration(T config, String identifierOrId) {
4040
this.integrationIdentifierOrId = identifierOrId;
4141
}
4242

43-
public T config() {
43+
protected T config() {
4444
return config;
4545
}
4646

0 commit comments

Comments
 (0)