Polish
Closes gh-13534
This commit is contained in:
committed by
Stephane Nicoll
parent
d4d169277d
commit
bb60edaca6
@@ -270,8 +270,8 @@ public class JacksonAutoConfiguration {
|
||||
}
|
||||
|
||||
private void configureVisibility(Jackson2ObjectMapperBuilder builder,
|
||||
Map<PropertyAccessor, JsonAutoDetect.Visibility> accessors) {
|
||||
accessors.forEach(builder::visibility);
|
||||
Map<PropertyAccessor, JsonAutoDetect.Visibility> visibilities) {
|
||||
visibilities.forEach(builder::visibility);
|
||||
}
|
||||
|
||||
private void configureDateFormat(Jackson2ObjectMapperBuilder builder) {
|
||||
|
||||
@@ -80,7 +80,7 @@ public class HibernateProperties {
|
||||
* Determine the configuration properties for the initialization of the main Hibernate
|
||||
* EntityManagerFactory based on standard JPA properties and
|
||||
* {@link HibernateSettings}.
|
||||
* @param jpaProperties standard jpa properties
|
||||
* @param jpaProperties standard JPA properties
|
||||
* @param settings the settings to apply when determining the configuration properties
|
||||
* @return the Hibernate properties to use
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user