1
0
Fork 0
mirror of https://github.com/vanitasvitae/Smack.git synced 2025-09-10 17:49:38 +02:00

Update Error Prone to 2.0.18

and update errorprone-plugin to 0.0.9.
This commit is contained in:
Florian Schmaus 2017-03-06 17:17:15 +01:00
parent 52a52e12d2
commit c81f28a3a2
11 changed files with 61 additions and 18 deletions

View file

@ -594,7 +594,7 @@ abstract public class Node
*
* @author Robin Collier
*/
public class ItemEventTranslator implements StanzaListener
public static class ItemEventTranslator implements StanzaListener
{
@SuppressWarnings("rawtypes")
private ItemEventListener listener;
@ -623,7 +623,7 @@ abstract public class Node
*
* @author Robin Collier
*/
public class ItemDeleteTranslator implements StanzaListener
public static class ItemDeleteTranslator implements StanzaListener
{
private ItemDeleteListener listener;