1
0
Fork 0
mirror of https://github.com/vanitasvitae/Smack.git synced 2024-06-23 03:44:50 +02: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:
Thiago Camargo 2007-02-15 05:27:10 +00:00 committed by thiago
parent 81ad05d49b
commit a4cc45f75d

View file

@ -92,8 +92,6 @@ public class IncomingJingleSession extends JingleSession {
private JingleSessionRequest initialSessionRequest;
private boolean accepted = false;
/**
* Constructor for a Jingle incoming session
*
@ -119,7 +117,7 @@ public class IncomingJingleSession extends JingleSession {
if (resolver.getType().equals(TransportResolver.Type.ice)) {
setTransportNeg(new TransportNegotiator.Ice(this, resolver));
}
}
/**