javadoc cleanup to remove those damn warnings

This commit is contained in:
jrandom
2004-04-08 09:07:53 +00:00
committed by zzz
parent 6f0d0bed0b
commit be13c14376
16 changed files with 50 additions and 40 deletions

View File

@ -45,10 +45,10 @@ public class SendReplyMessageJob extends JobImpl {
}
/**
* Send the message on its way.<p />
* Send the message on its way. <p />
*
* This could garlic route the message to the _block.getRouter, or it could
* send it there via a tunnel, or it could just send it direct.<p />
* send it there via a tunnel, or it could just send it direct. <p />
*
* For simplicity, its currently going direct.
*

View File

@ -64,7 +64,10 @@ public class DBHistory {
public long getUnpromptedDbStoreNew() { return _unpromptedDbStoreNew; }
/** how many times have they sent us data we didn't ask for but that we have seen? */
public long getUnpromptedDbStoreOld() { return _unpromptedDbStoreOld; }
/** how often does the peer fail to reply to a lookup request? 1 hour and 1 day periods */
/**
* how often does the peer fail to reply to a lookup request, broken into 1 hour and 1 day periods.
*
*/
public RateStat getFailedLookupRate() { return _failedLookupRate; }
/**