Remove JpaBaseConfiguration.configure() method

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

Fixes gh-1865
This commit is contained in:
Phillip Webb 2014-11-10 21:53:24 -08:00
parent 6027b2405c
commit 3e1841a53b
1 changed files with 0 additions and 4 deletions

View File

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