diff --git a/source/org/jivesoftware/smack/Roster.java b/source/org/jivesoftware/smack/Roster.java index a6ff567e3..8dac38930 100644 --- a/source/org/jivesoftware/smack/Roster.java +++ b/source/org/jivesoftware/smack/Roster.java @@ -314,7 +314,7 @@ public class Roster { public Collection getEntries() { Set allEntries = new HashSet(); // Loop through all roster groups and add their entries to the answer - for (RosterGroup rosterGroup: getGroups()) { + for (RosterGroup rosterGroup : getGroups()) { allEntries.addAll(rosterGroup.getEntries()); } // Add the roster unfiled entries to the answer