mirror of
https://github.com/vanitasvitae/Smack.git
synced 2024-11-22 12:02:05 +01:00
Remove unused private field in Session
This commit is contained in:
parent
b23df7d2b8
commit
e5c6c9bdf8
1 changed files with 0 additions and 2 deletions
|
@ -37,8 +37,6 @@ public class Session extends SimpleIQ {
|
|||
public static final String ELEMENT = "session";
|
||||
public static final String NAMESPACE = "urn:ietf:params:xml:ns:xmpp-session";
|
||||
|
||||
private static final String SESSION = '<' + ELEMENT + " xmlns='" + NAMESPACE + "'/>";
|
||||
|
||||
public Session() {
|
||||
super(ELEMENT, NAMESPACE);
|
||||
setType(IQ.Type.set);
|
||||
|
|
Loading…
Reference in a new issue