Skip to content

Commit

Permalink
fix javadoc casing for deprecated
Browse files Browse the repository at this point in the history
Signed-off-by: Nicholas Walter Knize <[email protected]>
  • Loading branch information
nknize committed Apr 14, 2022
1 parent c3b7d04 commit 263acf1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6328,7 +6328,7 @@ public void testHistoryBasedOnSource() throws Exception {
/**
* Test creating new snapshot from translog file
*
* @Deprecated reading history operations from the translog file is deprecated and will be removed in the next release
* @deprecated reading history operations from the translog file is deprecated and will be removed in the next release
*/
@Deprecated
private static List<Translog.Operation> readAllOperationsBasedOnTranslog(Engine engine) throws IOException {
Expand Down

0 comments on commit 263acf1

Please sign in to comment.