Kashin M.I. Lab work 7 #12

Closed
Sosees04ka wants to merge 3 commits from LabWork07 into LabWork06
Showing only changes of commit 2498e239c7 - Show all commits

View File

@ -136,11 +136,11 @@ public class MapsCollection {
case "LongMap" -> new MapWithSetGasolineTankerGeneric<>(_pictureWidth, _pictureHeight, new LongMap());
default -> null;
};
_mapStorages.put(mapName, map);
}
while ((currentLine = reader.readLine()) != null) {
map._setGasolineTanker.Insert((DrawingObjectGasolineTanker) DrawingObjectGasolineTanker.Create(currentLine));
}
_mapStorages.put(mapName, map);
}
}
}