Delete unused IQ(String) constructor

This commit is contained in:
Florian Schmaus 2019-09-08 18:17:35 +02:00
parent a6a1142255
commit 09e7368313
1 changed files with 0 additions and 4 deletions

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;