javadoc fix

This commit is contained in:
zzz
2021-03-19 13:02:35 -04:00
parent 3615a9b235
commit 03c657b466

View File

@@ -393,7 +393,7 @@ public class HTTPRequest extends HTTPPacket
/**
* I2P - bind HTTP socket to specified local host address
*
* @param fromHost null to not bind to a particlar local address
* @param host null to not bind to a particlar local address
* @since 0.9.50
*/
public void setBindHost(String host) { bindTo = host; }