On Thu, Jan 8, 2009 at 2:31 PM, sebb <[email protected]> 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: [email protected]
For additional commands, e-mail: [email protected]