Skip to content

Commit 160a5e1

Browse files
committed
DATAMONGO-1600 - Make GraphLookupOperationBuilder public.
Make GraphLookupOperationBuilder public so it can be used in types outside the aggregation package.
1 parent 5dcdf8e commit 160a5e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spring-data-mongodb/src/main/java/org/springframework/data/mongodb/core/aggregation/GraphLookupOperation.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -332,7 +332,7 @@ public GraphLookupOperationBuilder connectTo(String fieldName) {
332332
/**
333333
* @author Mark Paluch
334334
*/
335-
static final class GraphLookupOperationBuilder {
335+
public static final class GraphLookupOperationBuilder {
336336

337337
private final String from;
338338
private final List<Object> startWith;

0 commit comments

Comments
 (0)