mirror of
https://github.com/vanitasvitae/Smack.git
synced 2025-09-11 10:09:38 +02: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…
Add table
Add a link
Reference in a new issue