On Thu, Jan 8, 2009 at 2:31 PM, sebb <seb...@gmail.com> wrote: <snip/> > > So presumably the following commented lines can be removed? > > // boolean next = !SCXMLHelper.isStringEmpty(t.getNext()); > // if (next) { > // b.append(" target=\"" + t.getNext() + "\""); > // } > b.append(">\n"); > // boolean exit = serializeActions(b, t.getActions(), indent + INDENT); <snap/>
The above line should remain, but the return type can be ignored. Thanks for removing all the deprecations! -Rahul > // if (!next && !exit) { > // serializeTarget(b, t, indent + INDENT); > // } > > The tests run OK when commented as above. > --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org For additional commands, e-mail: dev-h...@commons.apache.org