DATAMONGO-1020 - LimitOperation is now a public class.

Original pull request: #218.
This commit is contained in:
Thomas Darimont
2014-08-12 12:13:30 +02:00
committed by Oliver Gierke
parent e35486759b
commit 816a567f29

View File

@@ -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;
* @author Oliver Gierke
* @since 1.3
*/
class LimitOperation implements AggregationOperation {
public class LimitOperation implements AggregationOperation {
private final long maxElements;