1
0
Fork 0
mirror of https://codeberg.org/Mercury-IM/Smack synced 2024-09-27 10:19:33 +02:00

Remove TODO comment in packet.StreamManagement

as the comment appears to be incorrect.
This commit is contained in:
Florian Schmaus 2018-04-07 23:06:49 +02:00
parent 2efec89050
commit d275d9a7da

View file

@ -227,7 +227,6 @@ public class StreamManagement {
} else {
xml.rightAngleBracket();
if (condition != null) {
// TODO This should use StanzaError (formerly XMPPError) in Smack 4.3 (see SMACK-769)
xml.append(condition.toString());
xml.xmlnsAttribute(StanzaError.NAMESPACE);
}