Skip to content

Commit

Permalink
Updated bad class reference in javadoc
Browse files Browse the repository at this point in the history
  • Loading branch information
tinwelint committed Sep 1, 2017
1 parent ac708a5 commit ab6b23e
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,10 @@
* The idea is that this should only be done for a subset of a bigger transaction log stream, typically
* for one log file.
*
* For reversing a transaction log consisting of multiple log files {@link FileWiseReversedTransactionCursor}
* For reversing a transaction log consisting of multiple log files {@link ReversedMultiFileTransactionCursor}
* should be used (it will use this class internally though).
*
* @see FileWiseReversedTransactionCursor
* @see ReversedMultiFileTransactionCursor
*/
class EagerlyReversedTransactionCursor implements TransactionCursor
{
Expand Down

0 comments on commit ab6b23e

Please sign in to comment.