Update link in NaturalComparator description

GitOrigin-RevId: ef34e1c46002cd5576cfc3f11acb4bf14060f634
This commit is contained in:
Ilia.Shulgin
2024-06-17 19:23:14 +02:00
committed by intellij-monorepo-bot
parent ded3960c32
commit c2c9c96141

View File

@@ -9,7 +9,7 @@ import java.util.Comparator;
/** /**
* Implementation of * Implementation of
* <a href="http://www.codinghorror.com/blog/2007/12/sorting-for-humans-natural-sort-order.html">"Sorting for Humans: Natural Sort Order"</a>. * <a href="https://blog.codinghorror.com/sorting-for-humans-natural-sort-order/">"Sorting for Humans: Natural Sort Order"</a>.
* *
* @author Bas Leijdekkers * @author Bas Leijdekkers
*/ */