This commit is contained in:
Вячеслав Иванов 2023-11-11 16:30:32 +04:00
parent 21131e6269
commit 5a9d142e38
2 changed files with 1 additions and 2 deletions

View File

@ -2,7 +2,6 @@ package DoubleDeckerBus;
import DoubleDeckerBus.DrawningObjects.DrawningBus; import DoubleDeckerBus.DrawningObjects.DrawningBus;
import DoubleDeckerBus.DrawningObjects.DrawningDoor; import DoubleDeckerBus.DrawningObjects.DrawningDoor;
import DoubleDeckerBus.DrawningObjects.DrawningDoorTriangle;
import DoubleDeckerBus.DrawningObjects.IDraw; import DoubleDeckerBus.DrawningObjects.IDraw;
import DoubleDeckerBus.Entities.EntityBus; import DoubleDeckerBus.Entities.EntityBus;
import DoubleDeckerBus.Generics.HardGeneric; import DoubleDeckerBus.Generics.HardGeneric;

View File

@ -4,6 +4,6 @@ import java.io.IOException;
public class Main { public class Main {
public static void main(String[] args) throws IOException { public static void main(String[] args) throws IOException {
new FormBusCollection(); FormBusCollection formBusCollection = new FormBusCollection();
} }
} }