We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 318f811 commit 35dc25dCopy full SHA for 35dc25d
acyclic-visitor/src/main/java/com/iluwatar/acyclicvisitor/App.java
@@ -47,7 +47,7 @@ public static void main(String[] args) {
47
Zoom zoom = new Zoom();
48
Hayes hayes = new Hayes();
49
50
- hayes.accept(conDos); // Hayes modem with Unix configurator
+ hayes.accept(conDos); // Hayes modem with Dos configurator
51
zoom.accept(conDos); // Zoom modem with Dos configurator
52
hayes.accept(conUnix); // Hayes modem with Unix configurator
53
zoom.accept(conUnix); // Zoom modem with Unix configurator
0 commit comments