* [EMAIL PROTECTED] <[EMAIL PROTECTED]> [2007-12-18 15:32:11]:

> Author: toad
> Date: 2007-12-18 15:32:11 +0000 (Tue, 18 Dec 2007)
> New Revision: 16672
> 
> Modified:
>    trunk/freenet/src/freenet/client/async/BinaryBlobInserter.java
> Log:
> Not necessary
> 

That's everything *but* clear without the 'super' prefix... We are in a
nested class here and the "main" class has a method called schedule()
too!

> Modified: trunk/freenet/src/freenet/client/async/BinaryBlobInserter.java
> ===================================================================
> --- trunk/freenet/src/freenet/client/async/BinaryBlobInserter.java    
> 2007-12-18 15:00:45 UTC (rev 16671)
> +++ trunk/freenet/src/freenet/client/async/BinaryBlobInserter.java    
> 2007-12-18 15:32:11 UTC (rev 16672)
> @@ -170,7 +170,7 @@
>                               fail(InsertException.construct(errors), false);
>                               return;
>                       }
> -                     super.schedule();
> +                     schedule();
>               }
>  
>               private void fail(InsertException e, boolean fatal) {

Attachment: signature.asc
Description: Digital signature

_______________________________________________
Devl mailing list
[email protected]
http://emu.freenetproject.org/cgi-bin/mailman/listinfo/devl

Reply via email to