In the middle of refactoring to merged role and relation as one enum

This commit is contained in:
Olof Larsson
2011-10-23 17:30:41 +02:00
parent 4f7fd6dd96
commit d280f9409d
26 changed files with 278 additions and 100 deletions

View File

@ -314,7 +314,7 @@ public class TextUtil
{
return candidate;
}
if (lendiff < best ||best == 0)
if (lendiff < best || best == 0)
{
best = lendiff;
ret = candidate;