Skip to content

Commit

Permalink
Merge pull request #693 from mP1/feature/ExpressionFunctionParameterV…
Browse files Browse the repository at this point in the history
…aluesFilter-javadoc-typo

ExpressionFunctionParameterValuesFilter javadoc typo
  • Loading branch information
mP1 authored Dec 6, 2023
2 parents f2db355 + e39820f commit de45d06
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
import java.util.stream.Collectors;

/**
* Wraps an {@link ExpressionFunction} and applies a {@link java.util.function.Function} on the paraneters before calling the wrapped.
* Wraps an {@link ExpressionFunction} and applies a {@link java.util.function.Function} on the parameters before calling the wrapped.
*/
final class ExpressionFunctionParameterValuesFilter<T, C extends ExpressionEvaluationContext> extends ExpressionFunctionParameterValues<T, C> {

Expand Down

0 comments on commit de45d06

Please sign in to comment.