diff --git a/src/org/omegat/core/statistics/FindMatches.java b/src/org/omegat/core/statistics/FindMatches.java index b0f736f338..85b4d374e5 100644 --- a/src/org/omegat/core/statistics/FindMatches.java +++ b/src/org/omegat/core/statistics/FindMatches.java @@ -73,7 +73,8 @@ * then compare tokens. *
  • Split the original segment into not-only-words tokens (including numbers * and tags) without a stemmer, then compare tokens.
  • - * /ol> + * + *

    * This class is not thread safe! Must be used in the one thread only. * * @author Maxym Mykhalchuk