Skip to content

Commit 2e202ef

Browse files
authored
Add path parameter to javadoc of median method. (#1153)
1 parent 4ab6048 commit 2e202ef

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

driver-core/src/main/com/mongodb/client/model/WindowOutputFields.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -146,6 +146,7 @@ public static <InExpression, PExpression> WindowOutputField percentile(final Str
146146
* Builds a window output field representing the median value of the evaluation results of the {@code inExpression}
147147
* over documents in the specified {@code window}.
148148
*
149+
* @param path The output field path.
149150
* @param inExpression The input expression.
150151
* @param method The method to be used for computing the median.
151152
* @param window The window.

0 commit comments

Comments
 (0)