Fix formatting

pull/16014/head
Stephane Nicoll 6 years ago
parent 8773a2fed3
commit 7b0004d6c3

@ -68,8 +68,7 @@ public class HibernateMetricsAutoConfiguration {
String entityManagerFactoryName = getEntityManagerFactoryName(beanName);
try {
new HibernateMetrics(entityManagerFactory.unwrap(SessionFactory.class),
entityManagerFactoryName, Collections.emptyList())
.bindTo(registry);
entityManagerFactoryName, Collections.emptyList()).bindTo(registry);
}
catch (PersistenceException ex) {
// Continue

Loading…
Cancel
Save