javadoc cleanup to remove those damn warnings
This commit is contained in:
@ -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.
|
||||
*
|
||||
|
@ -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; }
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user