In the middle of refactoring to merged role and relation as one enum
This commit is contained in:
@ -314,7 +314,7 @@ public class TextUtil
|
||||
{
|
||||
return candidate;
|
||||
}
|
||||
if (lendiff < best ||best == 0)
|
||||
if (lendiff < best || best == 0)
|
||||
{
|
||||
best = lendiff;
|
||||
ret = candidate;
|
||||
|
Reference in New Issue
Block a user