Skip to content

Commit

Permalink
Update JournaledCoalescer.java
Browse files Browse the repository at this point in the history
Co-authored-by: jpdahlke <jpdahlke@users.noreply.github.com>
  • Loading branch information
dev-mlb and jpdahlke authored Sep 30, 2024
1 parent 11e7d91 commit 21161be
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -323,7 +323,7 @@ public boolean isRolling() {
return this.rolling;
}

/** @deprecated replaced by {@link #finalizeRoll(Collection, Path, Path)} */
/** @deprecated replaced by {@link #finalizeRoll(Path, Path, Collection)} */
@Deprecated(since = "8.1.0")
@SuppressWarnings("InconsistentOverloads")
protected void finalize(Collection<Journal> journals, Path rolledOutputPath, Path finalOutputPath) throws IOException { // NOSONAR
Expand Down

0 comments on commit 21161be

Please sign in to comment.