mirror of
https://codeberg.org/Mercury-IM/Smack
synced 2024-11-22 14:22:05 +01:00
[softwareinfo] Separate static and non-static fields by empty line
This commit is contained in:
parent
54d6bc8658
commit
0db6406262
1 changed files with 1 additions and 0 deletions
|
@ -41,6 +41,7 @@ import org.jxmpp.jid.Jid;
|
||||||
public final class SoftwareInfoManager extends Manager {
|
public final class SoftwareInfoManager extends Manager {
|
||||||
|
|
||||||
private static final Map<XMPPConnection, SoftwareInfoManager> INSTANCES = new WeakHashMap<>();
|
private static final Map<XMPPConnection, SoftwareInfoManager> INSTANCES = new WeakHashMap<>();
|
||||||
|
|
||||||
private final ServiceDiscoveryManager serviceDiscoveryManager;
|
private final ServiceDiscoveryManager serviceDiscoveryManager;
|
||||||
|
|
||||||
public static synchronized SoftwareInfoManager getInstanceFor (XMPPConnection connection) {
|
public static synchronized SoftwareInfoManager getInstanceFor (XMPPConnection connection) {
|
||||||
|
|
Loading…
Reference in a new issue