diff --git a/apps/i2ptunnel/java/src/net/i2p/i2ptunnel/WebEditPageFormGenerator.java b/apps/i2ptunnel/java/src/net/i2p/i2ptunnel/WebEditPageFormGenerator.java index b932c9d5461ad939bb0f231f5fed06b6d456647e..8704f9d2f437371ff5076378a167817ef443ff6d 100644 --- a/apps/i2ptunnel/java/src/net/i2p/i2ptunnel/WebEditPageFormGenerator.java +++ b/apps/i2ptunnel/java/src/net/i2p/i2ptunnel/WebEditPageFormGenerator.java @@ -8,7 +8,7 @@ import java.util.Random; 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) * */ diff --git a/apps/ministreaming/java/src/net/i2p/client/streaming/I2PSocketImpl.java b/apps/ministreaming/java/src/net/i2p/client/streaming/I2PSocketImpl.java index e064ccefe7c3c6f0f2a81ae57ef8703afbeeaa30..ee31f5ae8050bd42261a5bb8de187a6151593138 100644 --- a/apps/ministreaming/java/src/net/i2p/client/streaming/I2PSocketImpl.java +++ b/apps/ministreaming/java/src/net/i2p/client/streaming/I2PSocketImpl.java @@ -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() { synchronized (flagLock) {