Skip to content

Commit ce71ab8

Browse files
Thomas Darimontodrotbohm
authored andcommitted
DATAMONGO-1020 - LimitOperation is now a public class.
Original pull request: #218.
1 parent bf85d8f commit ce71ab8

File tree

1 file changed

+2
-2
lines changed
  • spring-data-mongodb/src/main/java/org/springframework/data/mongodb/core/aggregation

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2013 the original author or authors.
2+
* Copyright 2013-2014 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.
@@ -28,7 +28,7 @@
2828
* @author Oliver Gierke
2929
* @since 1.3
3030
*/
31-
class LimitOperation implements AggregationOperation {
31+
public class LimitOperation implements AggregationOperation {
3232

3333
private final long maxElements;
3434

0 commit comments

Comments
 (0)