mirror of
https://github.com/vanitasvitae/Smack.git
synced 2024-11-22 12:02:05 +01:00
core: add SuppressWarnings("static-method") to getReactor()
This commit is contained in:
parent
b5f9d4d7a3
commit
4ccced906e
1 changed files with 1 additions and 0 deletions
|
@ -2154,6 +2154,7 @@ public abstract class AbstractXMPPConnection implements XMPPConnection {
|
|||
CACHED_EXECUTOR_SERVICE.execute(runnable);
|
||||
}
|
||||
|
||||
@SuppressWarnings("static-method")
|
||||
protected final SmackReactor getReactor() {
|
||||
return SMACK_REACTOR;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue