mirror of
https://github.com/vanitasvitae/Smack.git
synced 2024-11-19 18:42:06 +01:00
Moving variable to private. Why was it protected?
git-svn-id: http://svn.igniterealtime.org/svn/repos/smack/trunk@7199 b35dd754-fafc-0310-a699-88a17e54d16e
This commit is contained in:
parent
470cd1245c
commit
0bd96e5156
1 changed files with 1 additions and 1 deletions
|
@ -147,7 +147,7 @@ public class XMPPConnection {
|
|||
|
||||
Roster roster = null;
|
||||
private AccountManager accountManager = null;
|
||||
protected SASLAuthentication saslAuthentication = new SASLAuthentication(this);
|
||||
private SASLAuthentication saslAuthentication = new SASLAuthentication(this);
|
||||
|
||||
Writer writer;
|
||||
Reader reader;
|
||||
|
|
Loading…
Reference in a new issue