Фикс вывода ошибки ArgumentException.
This commit is contained in:
parent
4335e642a9
commit
28981e02a6
@ -48,8 +48,6 @@ namespace ContainerShip
|
|||||||
{
|
{
|
||||||
if (checkShip.Equals(ship)) {
|
if (checkShip.Equals(ship)) {
|
||||||
throw new ArgumentException();
|
throw new ArgumentException();
|
||||||
return -1;
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user