mirror of
https://github.com/vanitasvitae/Smack.git
synced 2025-01-10 20:07:59 +01:00
Jingle Refactoring - Remove superfluous property
git-svn-id: http://svn.igniterealtime.org/svn/repos/smack/trunk@7140 b35dd754-fafc-0310-a699-88a17e54d16e
This commit is contained in:
parent
81ad05d49b
commit
a4cc45f75d
1 changed files with 1 additions and 3 deletions
|
@ -92,8 +92,6 @@ public class IncomingJingleSession extends JingleSession {
|
||||||
|
|
||||||
private JingleSessionRequest initialSessionRequest;
|
private JingleSessionRequest initialSessionRequest;
|
||||||
|
|
||||||
private boolean accepted = false;
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Constructor for a Jingle incoming session
|
* Constructor for a Jingle incoming session
|
||||||
*
|
*
|
||||||
|
@ -119,7 +117,7 @@ public class IncomingJingleSession extends JingleSession {
|
||||||
if (resolver.getType().equals(TransportResolver.Type.ice)) {
|
if (resolver.getType().equals(TransportResolver.Type.ice)) {
|
||||||
setTransportNeg(new TransportNegotiator.Ice(this, resolver));
|
setTransportNeg(new TransportNegotiator.Ice(this, resolver));
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Reference in a new issue