X-Git-Url: https://mograsim.net/gitweb/?a=blobdiff_plain;f=plugins%2Fnet.mograsim.plugin.core%2Fsrc%2Fnet%2Fmograsim%2Fplugin%2Futil%2FNumberRespectingStringComparator.java;fp=plugins%2Fnet.mograsim.plugin.core%2Fsrc%2Fnet%2Fmograsim%2Fplugin%2Futil%2FNumberRespectingStringComparator.java;h=1617a61e754086d0c60f84e0cd4db1df5df988f6;hb=f5a45643942935f9daa9d1618697d72c6f63015e;hp=c2deaf76f5041cb7315674f35ec019fc158fe234;hpb=3bbd5a29a9d7e18e569d2812d21c9707665aa1df;p=Mograsim.git 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 *