loottracker: Method can be private
This commit is contained in:
@@ -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)
|
||||||
|
|||||||
Reference in New Issue
Block a user