This commit is contained in:
Stephane Nicoll 2019-12-31 09:40:04 +01:00
parent b7e6febaa0
commit 1de30f0d00
1 changed files with 1 additions and 1 deletions

View File

@ -97,7 +97,7 @@ abstract class FilteringSpringBootCondition extends SpringBootCondition
/**
* Slightly faster variant of {@link ClassUtils#forName(String, ClassLoader)} that
* doesn't deal with primitives, arrays or innter types.
* doesn't deal with primitives, arrays or inner types.
* @param className the class name to resolve
* @param classLoader the class loader to use
* @return a resolved class