nothing important

This commit is contained in:
Daniel Gultsch 2014-04-03 23:57:26 +02:00
parent bd9dba1a69
commit db4559efdf
1 changed files with 1 additions and 1 deletions

View File

@ -59,7 +59,7 @@ public class XmppConnection implements Runnable {
protected Account account;
private static final String LOGTAG = "xmppService";
private PowerManager.WakeLock wakeLock;
private WakeLock wakeLock;
private SecureRandom random = new SecureRandom();