forked from I2P_Developers/i2p.i2p
javadocs
This commit is contained in:
@@ -3502,6 +3502,8 @@ public class WebMail extends HttpServlet
|
||||
|
||||
/**
|
||||
* TODO this is addresses only, we don't save the full line in Mail
|
||||
*
|
||||
* @param to non-null
|
||||
* @since 0.9.33
|
||||
*/
|
||||
private static String buildRecipientLine(String[] to) {
|
||||
|
||||
@@ -304,7 +304,7 @@ public abstract class Addresses {
|
||||
/**
|
||||
* Convenience method to convert an IP address and port to a String
|
||||
* without throwing an exception.
|
||||
* @return "ip:port"
|
||||
* @return "ipv4:port" or "[ipv6]:port"
|
||||
* @since 0.8.12
|
||||
*/
|
||||
public static String toString(byte[] addr, int port) {
|
||||
|
||||
Reference in New Issue
Block a user