Remove JpaBaseConfiguration.configure() method
Remove the JpaBaseConfiguration.configure() method since it is no longer called. Fixes gh-1865
This commit is contained in:
		
							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…
	
		Reference in New Issue