Fix errors that tests/scripts/checkxml.sh found

This commit is contained in:
kytv
2011-05-24 22:33:28 +00:00
parent 68dccdfe2f
commit 4fd8da8041
7 changed files with 27 additions and 28 deletions

View File

@ -19,7 +19,7 @@ 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:<ul>
but there are three other subpackages that are helpful. Specifically:</p><ul>
<li>{@link net.i2p.client.datagram} - for applications that want their messages
to be both authenticated and repliable</li>
<li>{@link net.i2p.client.naming} - for applications that want to resolve
@ -28,7 +28,7 @@ but there are three other subpackages that are helpful. Specifically:<ul>
a streaming API to provide reliable in order message delivery (<b>note</b>:
the streaming library is packaged seperate from the main SDK - in the
mstreaming.jar and streaming.jar)</li>
</ul></p>
</ul>
<p>The {@link net.i2p.client.I2PSession} implementation itself communicates with
the I2P router by the I2CP (the client protocol).</p>