On 15/01/2011 16:33, [email protected] wrote:
> Author: markt
> Date: Sat Jan 15 16:33:05 2011
> New Revision: 1059366
>
> URL: http://svn.apache.org/viewvc?rev=1059366&view=rev
> Log:
> Refactor to make clearer what is going on
Hopefully this is clearer.
> @@ -585,22 +585,27 @@ public class McastServiceImpl
>
> protected static class RecoveryThread extends Thread {
> static volatile boolean running = false;
> - McastServiceImpl parent = null;
> - public RecoveryThread(McastServiceImpl parent) {
> - this.parent = parent;
> - if (!init(this)) parent = null;
> - }
I couldn't see what the "if (!init(this)) parent = null;" line was
doing. Even if it were "... this.parent = null;" I still don;t see the
need. Am I missing something?
Mark
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]