diff --git a/server/src/test/java/org/opensearch/index/engine/InternalEngineTests.java b/server/src/test/java/org/opensearch/index/engine/InternalEngineTests.java index b31ec01c1a3c3..ec177f460d606 100644 --- a/server/src/test/java/org/opensearch/index/engine/InternalEngineTests.java +++ b/server/src/test/java/org/opensearch/index/engine/InternalEngineTests.java @@ -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 readAllOperationsBasedOnTranslog(Engine engine) throws IOException {