DATAMONGO-586 - Adjusted examples in reference documentation.

Changed examples in reference documentation to reflect the new DSL style.
This commit is contained in:
Thomas Darimont
2013-08-05 13:37:49 +02:00
committed by Oliver Gierke
parent bcc3bf61b6
commit ad44db386b
2 changed files with 37 additions and 30 deletions

View File

@@ -297,7 +297,6 @@ public class AggregationTests {
.first("city").as("smallestCity") //
.first("pop").as("smallestPop"), //
project() //
// .and(previousOperation()).exclude() //
.and("state").previousOperation() //
.and("biggestCity").nested(bind("name", "biggestCity").and("population", "biggestPop")) //
.and("smallestCity").nested(bind("name", "smallestCity").and("population", "smallestPop")), //