DATAJPA-627 - Typo in BeanDefinitionNames.
Fixed bean name of jpaMa{ppp->pp}ingContext.
Original pull request: #117.
This commit is contained in:
committed by
Oliver Gierke
parent
78fa3e7038
commit
e10b031207
@@ -22,5 +22,5 @@ package org.springframework.data.jpa.repository.config;
|
||||
*/
|
||||
class BeanDefinitionNames {
|
||||
|
||||
public static final String JPA_MAPPING_CONTEXT_BEAN_NAME = "jpaMapppingContext";
|
||||
public static final String JPA_MAPPING_CONTEXT_BEAN_NAME = "jpaMappingContext";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user