Skip to content

Commit 60c6e1b

Browse files
committed
Polishing.
1 parent 1e66755 commit 60c6e1b

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

spring-data-mongodb/src/main/java/org/springframework/data/mongodb/core/aggregation/TypeBasedAggregationOperationContext.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,10 +95,11 @@ public TypeBasedAggregationOperationContext(Class<?> type,
9595
* Creates a new {@link TypeBasedAggregationOperationContext} for the given type, {@link MappingContext} and
9696
* {@link QueryMapper}.
9797
*
98-
* @param type must not be {@literal null}.
98+
* @param persistentEntity must not be {@literal null}.
9999
* @param mappingContext must not be {@literal null}.
100100
* @param mapper must not be {@literal null}.
101101
* @param lookupPolicy must not be {@literal null}.
102+
* @since 5.1
102103
*/
103104
public TypeBasedAggregationOperationContext(MongoPersistentEntity<?> persistentEntity,
104105
MappingContext<? extends MongoPersistentEntity<?>, MongoPersistentProperty> mappingContext, QueryMapper mapper,

0 commit comments

Comments
 (0)