Robert Leland wrote:

addIt = true; <-------------Set to true.
if (underscore < 0)
break;
}
If a break happens, addIt has already been set to true,
and is not needed.

I mean to say it is not required --after-- the while loop.

-Rob




--
To unsubscribe, e-mail:   <mailto:struts-dev-unsubscribe@;jakarta.apache.org>
For additional commands, e-mail: <mailto:struts-dev-help@;jakarta.apache.org>

Reply via email to