From f5a45643942935f9daa9d1618697d72c6f63015e Mon Sep 17 00:00:00 2001 From: Christian Femers Date: Mon, 14 Oct 2019 22:38:44 +0200 Subject: [PATCH] Fixed JavaDoc --- .../mograsim/plugin/util/NumberRespectingStringComparator.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/net.mograsim.plugin.core/src/net/mograsim/plugin/util/NumberRespectingStringComparator.java b/plugins/net.mograsim.plugin.core/src/net/mograsim/plugin/util/NumberRespectingStringComparator.java index c2deaf76..1617a61e 100644 --- a/plugins/net.mograsim.plugin.core/src/net/mograsim/plugin/util/NumberRespectingStringComparator.java +++ b/plugins/net.mograsim.plugin.core/src/net/mograsim/plugin/util/NumberRespectingStringComparator.java @@ -8,7 +8,7 @@ import java.util.regex.Pattern; /** * Compares Strings respecting integers that appear in the strings with positions in common.
* Note that 0003 , 03 and 3 are considered to be at the same level; however if there is no further difference, lexicographic ordering is - * applied to ensure the comparator meets the {@link Comparator contract} (this will sort "foor_02" before "foo_2"). + * applied to ensure the comparator meets the {@link Comparator contract} (this will sort "foo_02" before "foo_2"). * * @author Christian Femers * -- 2.17.1