[freenet-dev] [freenet-cvs] r16672 - trunk/freenet/src/freenet/client/async

Florent Daignière nextgens at freenetproject.org
Tue Dec 18 15:39:13 UTC 2007


* toad at freenetproject.org <toad at freenetproject.org> [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) {
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: Digital signature
Url : http://emu.freenetproject.org/pipermail/devl/attachments/20071218/26effad1/attachment.pgp 


More information about the Devl mailing list