mirror of
https://codeberg.org/Mercury-IM/Smack
synced 2024-11-22 06:12: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);
|
CACHED_EXECUTOR_SERVICE.execute(runnable);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@SuppressWarnings("static-method")
|
||||||
protected final SmackReactor getReactor() {
|
protected final SmackReactor getReactor() {
|
||||||
return SMACK_REACTOR;
|
return SMACK_REACTOR;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue