File tree 1 file changed +4
-4
lines changed
src/main/java/org/springframework/data/jpa/repository/config
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
/*
2
- * Copyright 2014-2021 the original author or authors.
2
+ * Copyright 2014-2022 the original author or authors.
3
3
*
4
4
* Licensed under the Apache License, Version 2.0 (the "License");
5
5
* you may not use this file except in compliance with the License.
24
24
*/
25
25
interface BeanDefinitionNames {
26
26
27
- public static final String JPA_MAPPING_CONTEXT_BEAN_NAME = "jpaMappingContext" ;
28
- public static final String JPA_CONTEXT_BEAN_NAME = "jpaContext" ;
29
- public static final String EM_BEAN_DEFINITION_REGISTRAR_POST_PROCESSOR_BEAN_NAME = "emBeanDefinitionRegistrarPostProcessor" ;
27
+ String JPA_MAPPING_CONTEXT_BEAN_NAME = "jpaMappingContext" ;
28
+ String JPA_CONTEXT_BEAN_NAME = "jpaContext" ;
29
+ String EM_BEAN_DEFINITION_REGISTRAR_POST_PROCESSOR_BEAN_NAME = "emBeanDefinitionRegistrarPostProcessor" ;
30
30
}
You can’t perform that action at this time.
0 commit comments