mirror of
https://github.com/VolmitSoftware/Iris.git
synced 2026-06-18 06:41:08 +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