Kashin M.I. Lab work 6 #11

Closed
Sosees04ka wants to merge 4 commits from LabWork06 into LabWork05_fix
Showing only changes of commit 0791c5f4f3 - Show all commits

View File

@ -139,11 +139,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);
}
return true;
}