diff --git a/src/main/java/com/pivovarit/gatherers/MoreGatherers.java b/src/main/java/com/pivovarit/gatherers/MoreGatherers.java index 4df67f6..f27f787 100644 --- a/src/main/java/com/pivovarit/gatherers/MoreGatherers.java +++ b/src/main/java/com/pivovarit/gatherers/MoreGatherers.java @@ -231,7 +231,7 @@ private MoreGatherers() { *

Common use cases include moving averages, trend analysis, and any scenario requiring * overlapping or rolling window operations on a list of elements.

* - * @param the type of elements in the input and output list + * @param the type of elements in the input and output list * @param windowSize the size of each window (must be a positive integer) * @param step the number of elements to slide the window by (must be a positive integer) *