|
|
|
|
@ -1,5 +1,5 @@
@@ -1,5 +1,5 @@
|
|
|
|
|
/* |
|
|
|
|
* Copyright 2013 the original author or authors. |
|
|
|
|
* Copyright 2013-2014 the original author or authors. |
|
|
|
|
* |
|
|
|
|
* Licensed under the Apache License, Version 2.0 (the "License"); |
|
|
|
|
* you may not use this file except in compliance with the License. |
|
|
|
|
@ -28,7 +28,7 @@ import com.mongodb.DBObject;
@@ -28,7 +28,7 @@ import com.mongodb.DBObject;
|
|
|
|
|
* @author Oliver Gierke |
|
|
|
|
* @since 1.3 |
|
|
|
|
*/ |
|
|
|
|
class LimitOperation implements AggregationOperation { |
|
|
|
|
public class LimitOperation implements AggregationOperation { |
|
|
|
|
|
|
|
|
|
private final long maxElements; |
|
|
|
|
|
|
|
|
|
|