Skip to content

Commit eb97944

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 e2d6f18 commit eb97944

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.
@@ -330,7 +330,7 @@ public GraphLookupOperationBuilder connectTo(String fieldName) {
330330
/**
331331
* @author Mark Paluch
332332
*/
333-
static final class GraphLookupOperationBuilder {
333+
public static final class GraphLookupOperationBuilder {
334334

335335
private final String from;
336336
private final List<Object> startWith;

0 commit comments

Comments
 (0)