From dae6fd47d9b810409ac94a3880a70e611d900877 Mon Sep 17 00:00:00 2001
From: zzz
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.
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 40ecc31be..591414fd0 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() {