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