Skip to content

Commit 715408d

Browse files
mp911dechristophstrobl
authored andcommitted
DATAMONGO-1600 - Make GraphLookupOperationBuilder public.
Make GraphLookupOperationBuilder public so it can be used in types outside the aggregation package. Original Pull Request: #437
1 parent 45456f8 commit 715408d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2016 the original author or authors.
2+
* Copyright 2016-2017 the original author or authors.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.
@@ -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)