forked from I2P_Developers/i2p.i2p
javadoc fixes
This commit is contained in:
@ -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,
|
||||||
|
@ -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() {
|
||||||
|
Reference in New Issue
Block a user