Merge branch 'master' of github.com:siacs/Conversations

This commit is contained in:
Daniel Gultsch 2015-10-29 12:08:32 +01:00
commit 7410e2023a
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ public class Presences {
public static final int DND = 3;
public static final int OFFLINE = 4;
private Hashtable<String, Integer> presences = new Hashtable<String, Integer>();
private final Hashtable<String, Integer> presences = new Hashtable<>();
public Hashtable<String, Integer> getPresences() {
return this.presences;