mirror of
https://github.com/vanitasvitae/Smack.git
synced 2024-11-23 20:42:06 +01:00
Fix checkstyle
This commit is contained in:
parent
aa8e8592af
commit
bfc2561fb2
1 changed files with 1 additions and 1 deletions
|
@ -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");
|
||||
|
|
Loading…
Reference in a new issue