r26939 - trunk/freenet/src/freenet/support
[email protected] Fri, 17 Apr 2009 15:15:32 +0000
| Newsgroups | gmane.network.freenet.cvs |
|---|---|
| Message-ID | <[email protected]> |
Author: xor Date: 2009-04-17 15:15:31 +0000 (Fri, 17 Apr 2009) New Revision: 26939 Modified: trunk/freenet/src/freenet/support/TransferThread.java Log: Javadoc. Modified: trunk/freenet/src/freenet/support/TransferThread.java =================================================================== --- trunk/freenet/src/freenet/support/TransferThread.java 2009-04-17 14:17:44 UTC (rev 26938) +++ trunk/freenet/src/freenet/support/TransferThread.java 2009-04-17 15:15:31 UTC (rev 26939) @@ -197,6 +197,9 @@ protected abstract long getSleepTime(); + /** + * Called by the TransferThread after getStartupDelay() milliseconds for the first time and then after each getSleepTime() milliseconds. + */ protected abstract void iterate();