Skip to content

Commit

Permalink
Fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
snicoll committed Feb 21, 2019
1 parent 8773a2f commit 7b0004d
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,7 @@ private void bindEntityManagerFactoryToRegistry(String beanName,
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
Expand Down

0 comments on commit 7b0004d

Please sign in to comment.