mirror of
https://github.com/apache/lucene.git
synced 2025-02-07 02:28:49 +00:00
LUCENE-10313: add missing javadoc.
This commit is contained in:
parent
97106d37c9
commit
34d69fd160
@ -25,6 +25,7 @@ import java.time.format.DateTimeFormatter;
|
||||
import java.util.Locale;
|
||||
import java.util.function.Function;
|
||||
|
||||
/** Formats {@link CircularLogBufferHandler.ImmutableLogRecord} to string. */
|
||||
public class LogRecordFormatter
|
||||
implements Function<CircularLogBufferHandler.ImmutableLogRecord, String> {
|
||||
@Override
|
||||
|
Loading…
x
Reference in New Issue
Block a user