CORDA-3238 Fix Classgraph scanning lock type (#5492)

This commit is contained in:
Tudor Malene 2019-09-20 14:18:00 +01:00 committed by Rick Parker
parent a7f790bc35
commit 93a11238ef

View File

@ -2,7 +2,7 @@
package net.corda.core.internal package net.corda.core.internal
import co.paralleluniverse.strands.concurrent.ReentrantLock import java.util.concurrent.locks.ReentrantLock
import io.github.classgraph.ClassGraph import io.github.classgraph.ClassGraph
import io.github.classgraph.ScanResult import io.github.classgraph.ScanResult
import net.corda.core.DeleteForDJVM import net.corda.core.DeleteForDJVM