mirror of
https://athene2.informatik.unibw-muenchen.de/progproj/gruppen-ht24/Gruppe-02.git
synced 2024-11-24 23:59:44 +01:00
reverted commit 35f154aa
This commit is contained in:
parent
50bee91775
commit
4cf14d02ee
@ -105,9 +105,7 @@ public class ShipMap {
|
||||
* Removes all items from the map and triggers corresponding removal events for each.
|
||||
*/
|
||||
public void clear() {
|
||||
while (!items.isEmpty()) {
|
||||
notifyListeners(new ItemRemovedEvent(items.removeFirst(), this));
|
||||
}
|
||||
new ArrayList<>(items).forEach(this::remove);
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user