mirror of
https://github.com/vanitasvitae/Smack.git
synced 2025-09-10 17:49:38 +02:00
Fix minor codestyle issues
This commit is contained in:
parent
200f90ffdc
commit
cb18056613
422 changed files with 1404 additions and 1444 deletions
|
@ -31,8 +31,8 @@ import org.junit.Test;
|
|||
import org.jxmpp.stringprep.XmppStringprepException;
|
||||
|
||||
public class PacketWriterTest {
|
||||
volatile boolean shutdown;
|
||||
volatile boolean prematureUnblocked;
|
||||
private volatile boolean shutdown;
|
||||
private volatile boolean prematureUnblocked;
|
||||
|
||||
/**
|
||||
* Make sure that stanza(/packet) writer does block once the queue reaches
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue