Skip to content

Commit

Permalink
update ExternalEventTests.java comment
Browse files Browse the repository at this point in the history
  • Loading branch information
pranav-super committed Oct 15, 2024
1 parent 7b21258 commit d5ac9c7
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -617,9 +617,9 @@ void testBackwardOverlap() throws SQLException {
}

/**
* This test is an overlapping case wherein there is a source preceding all sources in validity, that covers a
* larger, more inclusive interval. This source should be ever present, even if chopped into several
* subintervals:
* This test is an overlapping case with three sources. The least recent source (of least precedence, source A)
* covers a larger, more inclusive interval. A is succeeded by other, smaller sources (B, C), such that the
* range over which A applies is chopped into several subintervals:
*
* A: +++++++++++++++++++++
* B: ++++++
Expand Down

0 comments on commit d5ac9c7

Please sign in to comment.