Skip to content

Commit

Permalink
MInor bug fix Issue iluwatar#895 -> Code comment change (iluwatar#895) (
Browse files Browse the repository at this point in the history
  • Loading branch information
saksham93 authored and iluwatar committed Sep 7, 2019
1 parent 318f811 commit 35dc25d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ public static void main(String[] args) {
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
Expand Down

0 comments on commit 35dc25d

Please sign in to comment.