Loading src/main/kotlin/foundation/e/dav4jvm/PropertyRegistry.kt +1 −0 Original line number Diff line number Diff line Loading @@ -17,6 +17,7 @@ object PropertyRegistry { init { Constants.log.info("Registering DAV property factories") Thread.currentThread().setContextClassLoader(PropertyFactory::class.java.getClassLoader()) register(ServiceLoader.load(PropertyFactory::class.java)) } Loading Loading
src/main/kotlin/foundation/e/dav4jvm/PropertyRegistry.kt +1 −0 Original line number Diff line number Diff line Loading @@ -17,6 +17,7 @@ object PropertyRegistry { init { Constants.log.info("Registering DAV property factories") Thread.currentThread().setContextClassLoader(PropertyFactory::class.java.getClassLoader()) register(ServiceLoader.load(PropertyFactory::class.java)) } Loading