I2PSnark: Fix I2PSnarkUtil.getCommentsName() to match its JavaDoc

This commit is contained in:
str4d
2017-07-11 02:13:32 +00:00
parent 7d62c43209
commit 4fff74793b
2 changed files with 4 additions and 1 deletions

View File

@ -679,7 +679,7 @@ public class I2PSnarkUtil {
* @since 0.9.31
*/
public String getCommentsName() {
return _commentsName;
return _commentsName == null ? "" : _commentsName;
}
/** @since 0.9.31 */

View File

@ -1,3 +1,6 @@
2017-07-11 str4d
* I2PSnark: Fix I2PSnarkUtil.getCommentsName() to match its JavaDoc
2017-07-08 zzz
* GeoIP, blocklist, translations update