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.
|
||||
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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue