Skip to content

Commit

Permalink
Make SinkWrapperFactoryComparator final
Browse files Browse the repository at this point in the history
  • Loading branch information
kwin committed Dec 24, 2023
1 parent 610429d commit 1be15bb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
* 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
*/
public class SinkWrapperFactoryComparator implements Comparator<SinkWrapperFactory> {
public final class SinkWrapperFactoryComparator implements Comparator<SinkWrapperFactory> {

@Override
public int compare(SinkWrapperFactory o1, SinkWrapperFactory o2) {
Expand Down

0 comments on commit 1be15bb

Please sign in to comment.