1
0
Fork 0
mirror of https://codeberg.org/Mercury-IM/Smack synced 2024-06-23 03:54:54 +02:00

Delete unused IQ(String) constructor

This commit is contained in:
Florian Schmaus 2019-09-08 18:17:35 +02:00
parent a6a1142255
commit 09e7368313

View file

@ -62,10 +62,6 @@ public abstract class IQ extends Stanza {
this.childElementQName = iq.childElementQName;
}
protected IQ(String childElementName) {
this(childElementName, null);
}
protected IQ(String childElementName, String childElementNamespace) {
this.childElementName = childElementName;
this.childElementNamespace = childElementNamespace;