mirror of
https://codeberg.org/Mercury-IM/Smack
synced 2024-11-21 22:02:06 +01:00
Delete unused IQ(String) constructor
This commit is contained in:
parent
a6a1142255
commit
09e7368313
1 changed files with 0 additions and 4 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue