SMACK-461 Remove incorrect deprecated marker for DiscoverInfo.Identity.setType()

git-svn-id: http://svn.igniterealtime.org/svn/repos/smack/branches/smack_3_3_2@13791 b35dd754-fafc-0310-a699-88a17e54d16e
This commit is contained in:
Florian Schmaus 2013-10-26 23:52:57 +00:00 committed by flow
parent 62bc862015
commit 1ea6159ce4
1 changed files with 0 additions and 1 deletions

View File

@ -328,7 +328,6 @@ public class DiscoverInfo extends IQ {
* 'type' attribute refer to <a href="http://www.jabber.org/registrar/disco-categories.html">Jabber::Registrar</a>
*
* @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) {
this.type = type;