mirror of
https://github.com/vanitasvitae/Smack.git
synced 2025-09-09 17:19:39 +02: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