forked from I2P_Developers/i2p.i2p
I2PSnark: Fix I2PSnarkUtil.getCommentsName() to match its JavaDoc
This commit is contained in:
@ -679,7 +679,7 @@ public class I2PSnarkUtil {
|
||||
* @since 0.9.31
|
||||
*/
|
||||
public String getCommentsName() {
|
||||
return _commentsName;
|
||||
return _commentsName == null ? "" : _commentsName;
|
||||
}
|
||||
|
||||
/** @since 0.9.31 */
|
||||
|
Reference in New Issue
Block a user