Skip to content

Commit

Permalink
Change visibility of PersistentEntitiesFactoryBean.
Browse files Browse the repository at this point in the history
Closes: #1934
  • Loading branch information
christophstrobl committed Sep 16, 2021
1 parent 35b6efe commit bf165a6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
* @author Peter-Josef Meisch
* @since 4.1
*/
class PersistentEntitiesFactoryBean implements FactoryBean<PersistentEntities> {
public class PersistentEntitiesFactoryBean implements FactoryBean<PersistentEntities> {

private final MappingElasticsearchConverter converter;

Expand Down

0 comments on commit bf165a6

Please sign in to comment.