From dae6fd47d9b810409ac94a3880a70e611d900877 Mon Sep 17 00:00:00 2001 From: zzz <zzz@mail.i2p> Date: Sat, 13 Dec 2008 18:07:20 +0000 Subject: [PATCH] javadoc fixes --- core/java/src/net/i2p/client/package.html | 2 +- router/java/src/net/i2p/router/Router.java | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/core/java/src/net/i2p/client/package.html b/core/java/src/net/i2p/client/package.html index 2f67c36884..000a5584db 100644 --- a/core/java/src/net/i2p/client/package.html +++ b/core/java/src/net/i2p/client/package.html @@ -15,7 +15,7 @@ receives asynchronous notification of network activity by providing an implement of {@link net.i2p.client.I2PSessionListener}. </p> <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> <p>This client package provides the basic necessity for communicating over I2P, diff --git a/router/java/src/net/i2p/router/Router.java b/router/java/src/net/i2p/router/Router.java index 40ecc31be4..591414fd01 100644 --- a/router/java/src/net/i2p/router/Router.java +++ b/router/java/src/net/i2p/router/Router.java @@ -1078,7 +1078,7 @@ public class Router { /** * What fraction of the bandwidth specified in our bandwidth limits should * 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() { -- GitLab