mirror of
https://github.com/vanitasvitae/Smack.git
synced 2025-12-10 21:11:08 +01:00
Fix minor codestyle issues
This commit is contained in:
parent
200f90ffdc
commit
cb18056613
422 changed files with 1404 additions and 1444 deletions
|
|
@ -374,12 +374,12 @@ public class ChatConnectionTest {
|
|||
}
|
||||
|
||||
private static class TestChatServer extends Thread {
|
||||
private Stanza chatPacket;
|
||||
private DummyConnection con;
|
||||
private final Stanza chatPacket;
|
||||
private final DummyConnection con;
|
||||
|
||||
TestChatServer(Stanza chatMsg, DummyConnection conect) {
|
||||
TestChatServer(Stanza chatMsg, DummyConnection connection) {
|
||||
chatPacket = chatMsg;
|
||||
con = conect;
|
||||
con = connection;
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue