mirror of
https://codeberg.org/Mercury-IM/Smack
synced 2025-12-06 05:01:12 +01:00
Make IQ.type private
to prevent subclasses form setting type to null.
This commit is contained in:
parent
6a542824bc
commit
0f028fdf50
4 changed files with 4 additions and 4 deletions
|
|
@ -33,7 +33,7 @@ public class HttpOverXmppReq extends AbstractHttpOverXmpp {
|
|||
super(ELEMENT);
|
||||
this.method = method;
|
||||
this.resource = resource;
|
||||
type = Type.set;
|
||||
setType(Type.set);
|
||||
}
|
||||
|
||||
private HttpMethod method;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue