mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-09-26 03:19:02 +00:00
Fix formatting
This commit is contained in:
+2
-1
@@ -110,7 +110,8 @@ public final class JsonMixinModuleEntries {
|
||||
}
|
||||
|
||||
private Class<?> resolveClassNameIfNecessary(Object nameOrType, ClassLoader classLoader) {
|
||||
return (nameOrType instanceof Class<?> type) ? type : ClassUtils.resolveClassName((String) nameOrType, classLoader);
|
||||
return (nameOrType instanceof Class<?> type) ? type
|
||||
: ClassUtils.resolveClassName((String) nameOrType, classLoader);
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user