Mochalov D.V. Hard LabWork06 #6
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "LabWork06"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Зачтено с понижением балла(ов)
@ -47,0 +73,4 @@
// Сохранение одной выбранной карты
public boolean SaveMap(String map_name, String filename) {
File file = new File(filename);
MapWithSetLocomotivesGeneric<IDrawningObject, AbstractMap> map = Get(map_name);
Нет проверки, что get вернул не null значение
Pull request closed