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 9dfa46f commit b2cf2b9Copy full SHA for b2cf2b9
spring-core/src/main/java/org/springframework/aot/hint/BindingReflectionHintsRegistrar.java
@@ -24,8 +24,6 @@
24
25
import kotlin.jvm.JvmClassMappingKt;
26
import kotlin.reflect.KClass;
27
-import org.apache.commons.logging.Log;
28
-import org.apache.commons.logging.LogFactory;
29
30
import org.springframework.core.KotlinDetector;
31
import org.springframework.core.MethodParameter;
@@ -45,8 +43,6 @@
45
43
*/
46
44
public class BindingReflectionHintsRegistrar {
47
48
- private static final Log logger = LogFactory.getLog(BindingReflectionHintsRegistrar.class);
49
-
50
private static final String KOTLIN_COMPANION_SUFFIX = "$Companion";
51
52
/**
0 commit comments