We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c012b04 commit d35e85cCopy full SHA for d35e85c
plugins/nf-sqldb/src/main/nextflow/sql/config/DriverRegistry.groovy
@@ -11,7 +11,7 @@ class DriverRegistry {
11
12
Map<String, String> drivers = [:]
13
14
- static DriverRegistry DEFAULT = new DriverRegistry()
+ static public DriverRegistry DEFAULT = new DriverRegistry()
15
16
DriverRegistry(){
17
initDefaultDrivers()
0 commit comments