Skip to content

Commit

Permalink
Chore: replace explicit type with <>
Browse files Browse the repository at this point in the history
  • Loading branch information
dbmalkovsky committed Nov 7, 2024
1 parent 82dfb0a commit 61bd79a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ public class MovStockMultipleCharging extends JDialog {
};
private JComboBox comboBoxUnits = new JComboBox(qtyOption);
private int optionSelected = UNITS;
private List<Lot> updateLots = new ArrayList<Lot>();
private List<Lot> updateLots = new ArrayList<>();
private final String[] lotSelectionColumnNames = {
MessageBundle.getMessage("angal.medicalstock.lotid").toUpperCase(),
MessageBundle.getMessage("angal.medicalstock.prepdate.col").toUpperCase(),
Expand Down

0 comments on commit 61bd79a

Please sign in to comment.