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