mirror of
https://github.com/vanitasvitae/Smack.git
synced 2025-09-09 09:09:38 +02:00
Update errorprone(-plugin) and make Unused(Variable|Method) an error
This commit is contained in:
parent
68d7d738b6
commit
7f0dc72dab
46 changed files with 81 additions and 126 deletions
|
@ -95,7 +95,6 @@ public class OXInstantMessagingManagerTest extends SmackTestSuite {
|
|||
bobOpenPgp.setOpenPgpProvider(bobProvider);
|
||||
|
||||
OXInstantMessagingManager aliceOxim = OXInstantMessagingManager.getInstanceFor(aliceCon);
|
||||
OXInstantMessagingManager bobOxim = OXInstantMessagingManager.getInstanceFor(bobCon);
|
||||
|
||||
OpenPgpSelf aliceSelf = aliceOpenPgp.getOpenPgpSelf();
|
||||
OpenPgpSelf bobSelf = bobOpenPgp.getOpenPgpSelf();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue