From 610429d10b0fb362bcbd157943022ecc00a2a44c Mon Sep 17 00:00:00 2001 From: Konrad Windszus Date: Sat, 23 Dec 2023 23:26:57 +0100 Subject: [PATCH] reformat --- .../org/apache/maven/doxia/sink/impl/RandomAccessSink.java | 4 ++-- .../maven/doxia/sink/impl/SinkWrapperFactoryComparator.java | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/doxia-core/src/main/java/org/apache/maven/doxia/sink/impl/RandomAccessSink.java b/doxia-core/src/main/java/org/apache/maven/doxia/sink/impl/RandomAccessSink.java index 76006250e..339937142 100644 --- a/doxia-core/src/main/java/org/apache/maven/doxia/sink/impl/RandomAccessSink.java +++ b/doxia-core/src/main/java/org/apache/maven/doxia/sink/impl/RandomAccessSink.java @@ -35,9 +35,9 @@ * After specifying the structure, the page can be filled with content from one or more models. * These hooks can prevent you to have to loop over the model multiple times to build the page as desired. * @deprecated Use {@link BufferingSinkProxyFactory} instead which buffers on the (higher) Sink API level - * which usually is less memory intense than buffering the output stream which is done by this class. + * which usually is less memory intense than buffering the output stream which is done by this class. * Also it doesn't require dynamically creating new sinks leveraging a {@link SinkFactory}. - * + * * @author Robert Scholte * @since 1.3 * @see BufferingSinkProxyFactory diff --git a/doxia-core/src/main/java/org/apache/maven/doxia/sink/impl/SinkWrapperFactoryComparator.java b/doxia-core/src/main/java/org/apache/maven/doxia/sink/impl/SinkWrapperFactoryComparator.java index 8f81add2c..963601eda 100644 --- a/doxia-core/src/main/java/org/apache/maven/doxia/sink/impl/SinkWrapperFactoryComparator.java +++ b/doxia-core/src/main/java/org/apache/maven/doxia/sink/impl/SinkWrapperFactoryComparator.java @@ -20,7 +20,7 @@ import java.util.Comparator; -/** +/** * Sorts the given {@link SinkWrapperFactory}s so that the one with the highest priority comes first (i.e. order by descending priority) * @since 2.0.0 */