From 1d7cc2eb97466dc4a6901b7275e6d0bfcdb67390 Mon Sep 17 00:00:00 2001 From: Mark Paluch Date: Thu, 22 Mar 2018 11:54:43 +0100 Subject: [PATCH] DATAMONGO-1906 - Polishing. Tiny rewording of Javadoc. Original pull request: #540. --- .../data/mongodb/core/aggregation/Aggregation.java | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/spring-data-mongodb/src/main/java/org/springframework/data/mongodb/core/aggregation/Aggregation.java b/spring-data-mongodb/src/main/java/org/springframework/data/mongodb/core/aggregation/Aggregation.java index acea5e03b..9fd7db3b0 100644 --- a/spring-data-mongodb/src/main/java/org/springframework/data/mongodb/core/aggregation/Aggregation.java +++ b/spring-data-mongodb/src/main/java/org/springframework/data/mongodb/core/aggregation/Aggregation.java @@ -65,12 +65,12 @@ public class Aggregation { public static final String CURRENT = SystemVariable.CURRENT.toString(); /** - * A variable which evaluates to the missing value. Allows for the conditional exclusion of fields. In a - * {@code $projection}, a field set to the variable {@literal REMOVE} is excluded from the output. + * A variable to conditionally exclude a field. In a {@code $projection}, a field set to the variable + * {@literal REMOVE} is excluded from the output. * *
 	 * 
-	 * 
+	 *
 	 * db.books.aggregate( [
 	 * {
 	 *     $project: {