Use of isEmpty method when possible.

This commit is contained in:
MobiusDevelopment
2021-05-25 02:32:37 +00:00
parent b88e59b956
commit bf4066d68e
141 changed files with 210 additions and 213 deletions

View File

@@ -562,7 +562,7 @@ public abstract class FlagWar extends ClanHallSiegeEngine
@Override
public void onSiegeEnds()
{
if (_data.size() > 0)
if (!_data.isEmpty())
{
for (int clanId : _data.keySet())
{