mirror of
https://github.com/vanitasvitae/Smack.git
synced 2024-11-23 20:42:06 +01:00
Remove unnecessary checkstyle toggle
This commit is contained in:
parent
813690c10a
commit
c4848fffc9
1 changed files with 0 additions and 2 deletions
|
@ -373,9 +373,7 @@ public class PubSubDelegate {
|
|||
// Get access to the PubSubManager's nodeMap
|
||||
Field field = pubSubManager.getClass().getDeclaredField("nodeMap");
|
||||
field.setAccessible(true);
|
||||
// CHECKSTYLE:OFF
|
||||
Map<String, Node> nodeMap = (Map) field.get(pubSubManager);
|
||||
// CHECKSTYLE:ON
|
||||
|
||||
// Check, if the node already exists
|
||||
Node existingNode = nodeMap.get(nodeName);
|
||||
|
|
Loading…
Reference in a new issue