Skip to content

Commit 9a07e6e

Browse files
committed
Final formatting and naming consistency cleanup
1 parent 96e7ff0 commit 9a07e6e

1 file changed

Lines changed: 3 additions & 5 deletions

File tree

persistence/relational-jdbc/src/main/java/org/apache/polaris/persistence/relational/jdbc/DataSourceResolver.java

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,8 @@
2222
import org.apache.polaris.core.context.RealmContext;
2323

2424
/**
25-
* Service to resolve the correct {@link DataSource} for a given realm and store
26-
* type. This enables
27-
* isolating different workloads (e.g., entity metadata vs metrics vs events)
28-
* into different
25+
* Service to resolve the correct {@link DataSource} for a given realm and store type. This enables
26+
* isolating different workloads (e.g., entity metadata vs metrics vs events) into different
2927
* physical databases or connection pools.
3028
*/
3129
public interface DataSourceResolver {
@@ -41,7 +39,7 @@ enum StoreType {
4139
* Resolves the DataSource for a given realm and store type.
4240
*
4341
* @param realmContext the realm context
44-
* @param storeType the type of store (e.g., main, metrics, events)
42+
* @param storeType the type of store (e.g., main, metrics, events)
4543
* @return the resolved DataSource
4644
*/
4745
DataSource resolve(RealmContext realmContext, StoreType storeType);

0 commit comments

Comments
 (0)