mirror of
https://github.com/vanitasvitae/Smack.git
synced 2025-12-12 22:11:07 +01:00
Bump "Error Prone" to 2.3.2
and gradle-errorprone-plugin to 0.6.
This commit is contained in:
parent
ec7badfda0
commit
b7ea226c56
65 changed files with 173 additions and 149 deletions
|
|
@ -216,7 +216,7 @@ public final class PubSubManager extends Manager {
|
|||
FormField nodeTypeField = config.getField(ConfigureNodeFields.node_type.getFieldName());
|
||||
|
||||
if (nodeTypeField != null)
|
||||
isLeafNode = nodeTypeField.getValues().get(0).equals(NodeType.leaf.toString());
|
||||
isLeafNode = nodeTypeField.getValues().get(0).toString().equals(NodeType.leaf.toString());
|
||||
}
|
||||
|
||||
// Errors will cause exceptions in getReply, so it only returns
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue