Removed uneccesary initialization. (PMD)

This commit is contained in:
Erik C. Thauvin 2019-04-27 02:59:52 -07:00
parent 8e78731924
commit f6234f6db3

View file

@ -206,7 +206,7 @@ public class Mobibot extends PircBot {
// The NickServ ident password.
private String identPwd = "";
// The pinboard posts handler.
private Pinboard pinboard = null;
private Pinboard pinboard;
// Today's date.
private String today = Utils.today();
// The weblog URL.