cleanup: use implicit generic type with diamond operator
This commit is contained in:
@@ -127,7 +127,7 @@ public class DueyProcessor {
|
||||
}
|
||||
|
||||
private static void deletePackageFromInventoryDB(Connection con, int packageId) throws SQLException {
|
||||
ItemFactory.DUEY.saveItems(new LinkedList<Pair<Item, MapleInventoryType>>(), packageId, con);
|
||||
ItemFactory.DUEY.saveItems(new LinkedList<>(), packageId, con);
|
||||
}
|
||||
|
||||
private static void removePackageFromDB(int packageId) {
|
||||
|
||||
Reference in New Issue
Block a user