Closed mohammadJaliliTorkamani closed 11 months ago
added two assertions for the "entry" variable to check their nullability and emptiness as follows:
assert entry != null : "Entry cannot be null"; assert entry.getSize() >= 0 : "Entry size cannot be negative";
added two assertions for the "entry" variable to check their nullability and emptiness as follows:
assert entry != null : "Entry cannot be null"; assert entry.getSize() >= 0 : "Entry size cannot be negative";