1
0
Fork 0
mirror of https://github.com/vanitasvitae/Smack.git synced 2024-06-18 09:24:49 +02: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:
Matt Tucker 2003-04-25 20:11:38 +00:00 committed by mtucker
parent db806f8a6d
commit 5ed9ce0283

View file

@ -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.