mirror of
https://github.com/VolmitSoftware/Iris.git
synced 2025-07-19 10:43:14 +00:00
Performance pass 7 ('Collection.toArray()' call style)
This commit is contained in:
parent
dba07c1832
commit
c5ef4df15a
@ -47,7 +47,7 @@ public class MythicMobsLink
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
return v.toArray(new String[v.size()]);
|
return v.toArray(new String[0]);
|
||||||
}
|
}
|
||||||
|
|
||||||
public Plugin getMythicMobs()
|
public Plugin getMythicMobs()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user