mirror of
https://github.com/vanitasvitae/Smack.git
synced 2024-11-22 20:12:07 +01:00
Entries list made private.
git-svn-id: http://svn.igniterealtime.org/svn/repos/smack/trunk@1896 b35dd754-fafc-0310-a699-88a17e54d16e
This commit is contained in:
parent
db806f8a6d
commit
5ed9ce0283
1 changed files with 1 additions and 1 deletions
|
@ -67,7 +67,7 @@ public class RosterGroup {
|
||||||
|
|
||||||
private String name;
|
private String name;
|
||||||
private XMPPConnection connection;
|
private XMPPConnection connection;
|
||||||
List entries;
|
private List entries;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Creates a new roster group instance.
|
* Creates a new roster group instance.
|
||||||
|
|
Loading…
Reference in a new issue