forked from organicmaps/organicmaps
Typo fix
This commit is contained in:
parent
ca150fdc39
commit
afb91bb454
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue