javadoc fix

This commit is contained in:
jrandom
2004-09-26 14:50:49 +00:00
committed by zzz
parent 4c2619d948
commit 4c29c20613
2 changed files with 2 additions and 2 deletions

View File

@ -8,7 +8,7 @@ import java.util.Random;
import java.util.StringTokenizer; import java.util.StringTokenizer;
/** /**
* Uuuugly... generate the edit/add forms for the various * Uuuugly code to generate the edit/add forms for the various
* I2PTunnel types (httpclient/client/server) * I2PTunnel types (httpclient/client/server)
* *
*/ */

View File

@ -234,7 +234,7 @@ class I2PSocketImpl implements I2PSocket {
} }
/** /**
* Close the socket from the I2P side, e. g. by a close packet. * Close the socket from the I2P side (by a close packet)
*/ */
protected void internalClose() { protected void internalClose() {
synchronized (flagLock) { synchronized (flagLock) {