Skip to content

Commit 5b62daf

Browse files
author
Giorgio Trettenero
committed
checkstyle
1 parent 4625bee commit 5b62daf

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

metacat-connector-polaris/src/test/java/com/netflix/metacat/connector/polaris/PolarisConnectorDatabaseServiceTest.java

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,12 @@ public void init() {
8989
final String location = "file://temp";
9090
polarisStoreService.createDatabase(DB2_NAME, location, "metacat_user");
9191
connectorContext = new ConnectorContext(CATALOG_NAME, CATALOG_NAME, "polaris",
92-
new DefaultConfigImpl(new MetacatProperties(null)), new NoopRegistry(), null, Maps.newHashMap());
92+
new DefaultConfigImpl(
93+
new MetacatProperties(null)
94+
),
95+
new NoopRegistry(),
96+
null,
97+
Maps.newHashMap());
9398
polarisDBService = new PolarisConnectorDatabaseService(polarisStoreService, connectorContext);
9499
polarisTableService = new PolarisConnectorTableService(
95100
polarisStoreService,

0 commit comments

Comments
 (0)