Skip to content

Commit

Permalink
fixup intellij inspection.
Browse files Browse the repository at this point in the history
  • Loading branch information
abhishekrb19 committed Sep 27, 2023
1 parent d729fdf commit ce89122
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,8 @@ public interface Rule

/**
* Returns the interval eligible for this rule. The interval must be computed based on the rule type
* optionally using {@code referenceTimestamp}. {@code referenceTimestamp} must be a timestamp
* between [{@link org.apache.druid.java.util.common.DateTimes.MIN}, {@link org.apache.druid.java.util.common.DateTimes.MAX}).
* optionally using {@code referenceTimestamp}. {@code referenceTimestamp} must be a {@link DateTime}
* between [{@link org.apache.druid.java.util.common.DateTimes#MIN}, {@link org.apache.druid.java.util.common.DateTimes#MAX}].
*/
Interval getEligibleInterval(DateTime referenceTimestamp);
}

0 comments on commit ce89122

Please sign in to comment.