From 05522addba1c6025c724cd62dbd5af19876bfdb8 Mon Sep 17 00:00:00 2001 From: zzz <zzz@mail.i2p> Date: Fri, 28 Oct 2011 01:26:11 +0000 Subject: [PATCH] javadoc --- core/java/src/net/i2p/client/package.html | 4 ---- 1 file changed, 4 deletions(-) diff --git a/core/java/src/net/i2p/client/package.html b/core/java/src/net/i2p/client/package.html index 8d71490a29..f7287d5ac0 100644 --- a/core/java/src/net/i2p/client/package.html +++ b/core/java/src/net/i2p/client/package.html @@ -14,10 +14,6 @@ bridge to the I2P network, allowing it to send messages (via receives asynchronous notification of network activity by providing an implementation of {@link net.i2p.client.I2PSessionListener}. </p> -<p>A simple example of how these base client classes can be used is the -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, but there are three other subpackages that are helpful. Specifically:</p><ul> <li>{@link net.i2p.client.datagram} - for applications that want their messages -- GitLab