mirror of
https://github.com/TotalFreedomMC/TF-EssentialsX.git
synced 2025-06-28 10:10:34 +00:00
Cleanup code (#3067)
Co-Authored-By: md678685 <1917406+md678685@users.noreply.github.com> Basically cleans up a bunch of warnings that are easily suppressed.
This commit is contained in:
parent
6bbdbc89a6
commit
23f0f98af3
98 changed files with 986 additions and 1179 deletions
|
@ -62,7 +62,7 @@ public class Commandkit extends EssentialsCommand {
|
|||
}
|
||||
String[] kitList = kitNames.split(",");
|
||||
|
||||
List<Kit> kits = new ArrayList<Kit>();
|
||||
List<Kit> kits = new ArrayList<>();
|
||||
|
||||
for (final String kitName : kitList) {
|
||||
if (kitName.isEmpty()) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue