javadoc fix
This commit is contained in:
@ -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)
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
@ -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) {
|
||||||
|
Reference in New Issue
Block a user