This commit is contained in:
saksham93 2019-09-07 21:24:40 +04:00 committed by Ilkka Seppälä
parent 318f811fea
commit 35dc25d480

View File

@ -47,7 +47,7 @@ public class App {
Zoom zoom = new Zoom();
Hayes hayes = new Hayes();
hayes.accept(conDos); // Hayes modem with Unix configurator
hayes.accept(conDos); // Hayes modem with Dos configurator
zoom.accept(conDos); // Zoom modem with Dos configurator
hayes.accept(conUnix); // Hayes modem with Unix configurator
zoom.accept(conUnix); // Zoom modem with Unix configurator