Remove JpaBaseConfiguration.configure() method

Remove the JpaBaseConfiguration.configure() method since it is no
longer called.

Fixes gh-1865
pull/1872/head
Phillip Webb 10 years ago
parent 6027b2405c
commit 3e1841a53b

@ -137,10 +137,6 @@ public abstract class JpaBaseConfiguration implements BeanFactoryAware {
return NO_PACKAGES;
}
protected void configure(
LocalContainerEntityManagerFactoryBean entityManagerFactoryBean) {
}
/**
* @return the jtaTransactionManager or {@code null}
*/

Loading…
Cancel
Save