Skip to content

Commit

Permalink
javadoc
Browse files Browse the repository at this point in the history
  • Loading branch information
cpwright committed Sep 19, 2024
1 parent 71f4786 commit f577dce
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ public class TimeSeriesFilter
* Create a TimeSeriesFilter on the given column for the given period
*
* @param columnName the name of the timestamp column
* @param period the duration of the window as parsed by {@link DateTimeUtils#parseDurationNanos(String).
* @param period the duration of the window as parsed by {@link DateTimeUtils#parseDurationNanos(String)}.
*/
@SuppressWarnings("UnusedDeclaration")
public TimeSeriesFilter(final String columnName,
Expand Down Expand Up @@ -110,7 +110,7 @@ public TimeSeriesFilter(final String columnName,
* </p>
*
* @param columnName the name of the timestamp column
* @param period the duration of the window as parsed by {@link DateTimeUtils#parseDurationNanos(String).
* @param period the duration of the window as parsed by {@link DateTimeUtils#parseDurationNanos(String)}.
* @param invert true if only rows outside the window should be included in the result
*/
public TimeSeriesFilter(final String columnName,
Expand Down

0 comments on commit f577dce

Please sign in to comment.