We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0fd1b96 commit e33fe4dCopy full SHA for e33fe4d
src/main/java/org/springframework/data/elasticsearch/config/PersistentEntitiesFactoryBean.java
@@ -29,7 +29,7 @@
29
* @author Peter-Josef Meisch
30
* @since 4.1
31
*/
32
-class PersistentEntitiesFactoryBean implements FactoryBean<PersistentEntities> {
+public class PersistentEntitiesFactoryBean implements FactoryBean<PersistentEntities> {
33
34
private final MappingElasticsearchConverter converter;
35
0 commit comments