Skip to content

Commit bf165a6

Browse files
Change visibility of PersistentEntitiesFactoryBean.
Closes: #1934
1 parent 35b6efe commit bf165a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/main/java/org/springframework/data/elasticsearch/config/PersistentEntitiesFactoryBean.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
* @author Peter-Josef Meisch
3030
* @since 4.1
3131
*/
32-
class PersistentEntitiesFactoryBean implements FactoryBean<PersistentEntities> {
32+
public class PersistentEntitiesFactoryBean implements FactoryBean<PersistentEntities> {
3333

3434
private final MappingElasticsearchConverter converter;
3535

0 commit comments

Comments
 (0)