mirror of
https://github.com/vanitasvitae/Smack.git
synced 2025-09-09 09:09:38 +02:00
Add errorprone check and fix found errors
Adds gradle-errorprone-plugin 0.0.8, requires Gradle 2.6.
This commit is contained in:
parent
8096da43e0
commit
d728204890
23 changed files with 64 additions and 44 deletions
|
@ -105,6 +105,7 @@ public class PacketWriterTest {
|
|||
|
||||
public class BlockingStringWriter extends Writer {
|
||||
@Override
|
||||
@SuppressWarnings("WaitNotInLoop")
|
||||
public void write(char[] cbuf, int off, int len) throws IOException {
|
||||
try {
|
||||
wait();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue