--- old/apps/toys/Hello/src/main/java/hello/dialog/wizard/Wizard.java 2016-09-07 21:54:12.000000000 -0700 +++ new/apps/toys/Hello/src/main/java/hello/dialog/wizard/Wizard.java 2016-09-07 21:54:12.000000000 -0700 @@ -346,7 +346,7 @@ } else { // go into children of this node (if possible) and see if we can get // a value from them (recursively) - List children = ImplUtils.getChildren(n, false); + List children = ImplUtils.getChildren(n); // we're doing a depth-first search, where we stop drilling down // once we hit a successful read