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
|
* @since 0.9.31
|
||||||
*/
|
*/
|
||||||
public String getCommentsName() {
|
public String getCommentsName() {
|
||||||
return _commentsName;
|
return _commentsName == null ? "" : _commentsName;
|
||||||
}
|
}
|
||||||
|
|
||||||
/** @since 0.9.31 */
|
/** @since 0.9.31 */
|
||||||
|
@ -1,3 +1,6 @@
|
|||||||
|
2017-07-11 str4d
|
||||||
|
* I2PSnark: Fix I2PSnarkUtil.getCommentsName() to match its JavaDoc
|
||||||
|
|
||||||
2017-07-08 zzz
|
2017-07-08 zzz
|
||||||
* GeoIP, blocklist, translations update
|
* GeoIP, blocklist, translations update
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user