Removed uneccesary initialization. (PMD)
This commit is contained in:
parent
8e78731924
commit
f6234f6db3
1 changed files with 1 additions and 1 deletions
|
@ -206,7 +206,7 @@ public class Mobibot extends PircBot {
|
||||||
// The NickServ ident password.
|
// The NickServ ident password.
|
||||||
private String identPwd = "";
|
private String identPwd = "";
|
||||||
// The pinboard posts handler.
|
// The pinboard posts handler.
|
||||||
private Pinboard pinboard = null;
|
private Pinboard pinboard;
|
||||||
// Today's date.
|
// Today's date.
|
||||||
private String today = Utils.today();
|
private String today = Utils.today();
|
||||||
// The weblog URL.
|
// The weblog URL.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue