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 bf85d8f commit ce71ab8Copy full SHA for ce71ab8
spring-data-mongodb/src/main/java/org/springframework/data/mongodb/core/aggregation/LimitOperation.java
@@ -1,5 +1,5 @@
1
/*
2
- * Copyright 2013 the original author or authors.
+ * Copyright 2013-2014 the original author or authors.
3
*
4
* Licensed under the Apache License, Version 2.0 (the "License");
5
* you may not use this file except in compliance with the License.
@@ -28,7 +28,7 @@
28
* @author Oliver Gierke
29
* @since 1.3
30
*/
31
-class LimitOperation implements AggregationOperation {
+public class LimitOperation implements AggregationOperation {
32
33
private final long maxElements;
34
0 commit comments