mirror of
https://github.com/vanitasvitae/Smack.git
synced 2024-11-22 12:02:05 +01:00
SMACK-461 Reverting last changes as the original deprecation marker was correct.
git-svn-id: http://svn.igniterealtime.org/svn/repos/smack/branches/smack_3_4_0@13868 b35dd754-fafc-0310-a699-88a17e54d16e
This commit is contained in:
parent
e49c500ac3
commit
722ec5a48a
1 changed files with 1 additions and 0 deletions
|
@ -328,6 +328,7 @@ public class DiscoverInfo extends IQ {
|
||||||
* 'type' attribute refer to <a href="http://www.jabber.org/registrar/disco-categories.html">Jabber::Registrar</a>
|
* 'type' attribute refer to <a href="http://www.jabber.org/registrar/disco-categories.html">Jabber::Registrar</a>
|
||||||
*
|
*
|
||||||
* @param type the identity's type.
|
* @param type the identity's type.
|
||||||
|
* @deprecated As per the spec, this field is mandatory and the 3 argument constructor should be used instead.
|
||||||
*/
|
*/
|
||||||
public void setType(String type) {
|
public void setType(String type) {
|
||||||
this.type = type;
|
this.type = type;
|
||||||
|
|
Loading…
Reference in a new issue