javadoc fixes

This commit is contained in:
zzz
2008-12-13 18:07:20 +00:00
parent 0956393cf3
commit dae6fd47d9
2 changed files with 2 additions and 2 deletions

View File

@ -15,7 +15,7 @@ receives asynchronous notification of network activity by providing an implement
of {@link net.i2p.client.I2PSessionListener}. </p> of {@link net.i2p.client.I2PSessionListener}. </p>
<p>A simple example of how these base client classes can be used is the <p>A simple example of how these base client classes can be used is the
{@link net.i2p.client.ATalk} application. It isn't really useful, but it is ATalk application. It isn't really useful, but it is
heavily documented code.</p> heavily documented code.</p>
<p>This client package provides the basic necessity for communicating over I2P, <p>This client package provides the basic necessity for communicating over I2P,

View File

@ -1078,7 +1078,7 @@ public class Router {
/** /**
* What fraction of the bandwidth specified in our bandwidth limits should * What fraction of the bandwidth specified in our bandwidth limits should
* we allow to be consumed by participating tunnels? * we allow to be consumed by participating tunnels?
* @returns a number less than one, not a percentage! * @return a number less than one, not a percentage!
* *
*/ */
public double getSharePercentage() { public double getSharePercentage() {