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