From ed826f26df83fb9b954828f7e4e6118209a347ee Mon Sep 17 00:00:00 2001 From: Simon Willnauer Date: Wed, 31 Jan 2024 16:45:34 +0100 Subject: [PATCH] Fix broken javadoc reference --- .../lucene/backward_index/BackwardsCompatibilityTestBase.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lucene/backward-codecs/src/test/org/apache/lucene/backward_index/BackwardsCompatibilityTestBase.java b/lucene/backward-codecs/src/test/org/apache/lucene/backward_index/BackwardsCompatibilityTestBase.java index b3132d6e55f..b0c18068c5f 100644 --- a/lucene/backward-codecs/src/test/org/apache/lucene/backward_index/BackwardsCompatibilityTestBase.java +++ b/lucene/backward-codecs/src/test/org/apache/lucene/backward_index/BackwardsCompatibilityTestBase.java @@ -150,7 +150,7 @@ public abstract class BackwardsCompatibilityTestBase extends LuceneTestCase { /** * Creates an index pattern of the form '$name.$version$suffix.zip' where version is filled in - * afterward via {@link String#formatted(Object...)} during the test runs. + * afterward via {@link String#format(Locale, String, Object...)} during the test runs. * * @param name name of the index * @param suffix index suffix ie. '-cfs'