Made Kotlin config class public to satisfy sonatype

This commit is contained in:
Oleg Zhurakousky
2020-02-12 18:25:01 +01:00
parent 57e23ddb52
commit 016f1ec010

View File

@@ -58,7 +58,7 @@ import org.springframework.util.ObjectUtils;
*/
@Configuration
@ConditionalOnClass(name = "kotlin.jvm.functions.Function0")
class KotlinLambdaToFunctionAutoConfiguration {
public class KotlinLambdaToFunctionAutoConfiguration {
protected final Log logger = LogFactory.getLog(getClass());