FIXME -> TODO.impl

This commit is contained in:
Michael Hoennig 2024-07-19 09:57:52 +02:00
parent b17f382cd1
commit 2639ed0db2

View File

@ -97,7 +97,7 @@ public class ImportHostingAssets extends ImportOfficeData {
static Map<Integer, HsBookingProjectEntity> bookingProjects = new WriteOnceMap<>();
static Map<Integer, HsBookingItemEntity> bookingItems = new WriteOnceMap<>();
static Map<Integer, Hive> hives = new WriteOnceMap<>();
static Map<Integer, HsHostingAssetEntity> hostingAssets = new WriteOnceMap<>(); // FIXME: separate maps for each type?
static Map<Integer, HsHostingAssetEntity> hostingAssets = new WriteOnceMap<>(); // TODO.impl: separate maps for each type?
@Test
@Order(11010)