Skip to content

Commit d35e85c

Browse files
committed
Make default instance public
Signed-off-by: Paolo Di Tommaso <[email protected]>
1 parent c012b04 commit d35e85c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugins/nf-sqldb/src/main/nextflow/sql/config/DriverRegistry.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ class DriverRegistry {
1111

1212
Map<String, String> drivers = [:]
1313

14-
static DriverRegistry DEFAULT = new DriverRegistry()
14+
static public DriverRegistry DEFAULT = new DriverRegistry()
1515

1616
DriverRegistry(){
1717
initDefaultDrivers()

0 commit comments

Comments
 (0)