javadoc fixes part 13 (ticket #1894)

This commit is contained in:
zzz
2017-01-27 03:03:34 +00:00
parent 9dab3b0dfe
commit 112fa503e6
10 changed files with 24 additions and 24 deletions

View File

@@ -3,7 +3,7 @@
*
* This file is part of susimail project, see http://susi.i2p/
*
* Copyright (C) 2004-2005 <susi23@mail.i2p>
* Copyright (C) 2004-2005 susi23@mail.i2p
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
@@ -204,7 +204,7 @@ class Mail {
}
/**
* Returns the first email address portion, enclosed by <>
* Returns the first email address portion, enclosed by &lt;&gt;
* @param address
*/
public static String getAddress(String address )