Skip to content

Commit

Permalink
reformat
Browse files Browse the repository at this point in the history
  • Loading branch information
kwin committed Dec 23, 2023
1 parent 2695cb6 commit 610429d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
*/
Expand Down

0 comments on commit 610429d

Please sign in to comment.