Normand Briere
2019-07-23 de4f66e0239a736bce24e09c9a0b49b5bb92d84b
RandomNode.java
....@@ -5,7 +5,7 @@
55
66 RandomNode()
77 {
8
- this("Random");
8
+ this("Switch");
99 }
1010
1111 RandomNode(String name)