This commit is contained in:
Dmitry Yunitsky 2014-07-01 18:17:50 +03:00 committed by Alex Zolotarev
parent ca150fdc39
commit afb91bb454

View file

@ -58,7 +58,7 @@ public class StoragePathManager
if (o == null)
return false;
StorageItem other = (StorageItem) o;
return m_size == other.m_size || m_path.equals(other.m_size);
return m_size == other.m_size || m_path.equals(other.m_path);
}
@Override