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 383cc9a commit 978fff6Copy full SHA for 978fff6
src/main/java/org/springframework/data/r2dbc/config/PersistentEntitiesFactoryBean.java
@@ -26,14 +26,14 @@
26
* @author Mark Paluch
27
* @since 1.2
28
*/
29
-class PersistentEntitiesFactoryBean implements FactoryBean<PersistentEntities> {
+public class PersistentEntitiesFactoryBean implements FactoryBean<PersistentEntities> {
30
31
private final R2dbcMappingContext mappingContext;
32
33
/**
34
* Creates a new {@link PersistentEntitiesFactoryBean} for the given {@link R2dbcMappingContext}.
35
*
36
- * @param converter must not be {@literal null}.
+ * @param mappingContext must not be {@literal null}.
37
38
public PersistentEntitiesFactoryBean(R2dbcMappingContext mappingContext) {
39
this.mappingContext = mappingContext;
0 commit comments