loottracker: Method can be private

This commit is contained in:
sdburns1998
2019-07-07 15:26:53 +02:00
parent 3d19fce65b
commit cc90f6fc8f

View File

@@ -817,7 +817,7 @@ public class LootTrackerPlugin extends Plugin
.toArray(LootTrackerItem[]::new); .toArray(LootTrackerItem[]::new);
} }
public Collection<LootTrackerRecord> convertToLootTrackerRecord(final Collection<LootRecord> records) private Collection<LootTrackerRecord> convertToLootTrackerRecord(final Collection<LootRecord> records)
{ {
Collection<LootTrackerRecord> trackerRecords = new ArrayList<>(); Collection<LootTrackerRecord> trackerRecords = new ArrayList<>();
for (LootRecord record : records) for (LootRecord record : records)