mirror of
https://github.com/spring-projects/spring-framework
synced 2026-06-08 17:33:33 +00:00
Polish
This commit is contained in:
+1
-1
@@ -99,7 +99,7 @@ import org.springframework.util.xml.StaxUtils;
|
||||
*/
|
||||
public class Jackson2ObjectMapperBuilder {
|
||||
|
||||
private static boolean jackson2XmlPresent = ClassUtils.isPresent(
|
||||
private static final boolean jackson2XmlPresent = ClassUtils.isPresent(
|
||||
"com.fasterxml.jackson.dataformat.xml.XmlMapper", Jackson2ObjectMapperBuilder.class.getClassLoader());
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user