mirror of
https://github.com/VolmitSoftware/Iris.git
synced 2026-08-29 05:20:40 +00:00
Performance pass 7 ('Collection.toArray()' call style)
This commit is contained in:
@@ -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()
|
||||||
|
|||||||
Reference in New Issue
Block a user