1
0
Fork 0
mirror of https://github.com/vanitasvitae/Smack.git synced 2024-11-23 20:42:06 +01:00

Fix checkstyle

This commit is contained in:
vanitasvitae 2017-08-03 12:02:05 +02:00
parent aa8e8592af
commit bfc2561fb2
Signed by: vanitasvitae
GPG key ID: 62BEE9264BF17311

View file

@ -75,7 +75,7 @@ public class JingleTransportTest extends AbstractSmackIntegrationTest {
if (!socks5Proxy.isRunning()) {
socks5Proxy.start();
}
XMPPConnection sender = conOne;
XMPPConnection receiver = conTwo;
JingleSession sSession = new JingleSession(JingleManager.getInstanceFor(sender), sender.getUser().asFullJidOrThrow(), receiver.getUser().asFullJidOrThrow(), Role.initiator, "session");