Gary Gregory wrote:
The StopWatch method stop and split do the same thing. Why have both?
It's confusing.

After taking a look at the javadocs, I don't think that they're supposed to do the same thing,
they've just been coded that way. It seems that stop() is supposed to reset the start time, and
split() isn't. Maybe adding a startTime = -1 to the stop() method would fix this?



--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to