Remove incorrect deprecated marker for DiscoverInfo.Identity.setType()

Description

Remove incorrect deprecated marker for DiscoverInfo.Identity.setType(), only the public Identity(String category, String name) constructor is deprecated.

Environment

None

Activity

Robin Collier 
January 15, 2014 at 6:48 PM

Needs to be reverted as no change was necessary.

Robin Collier 
January 15, 2014 at 6:45 PM

This is not a mistake and is supposed to be deprecated along with the 2 arg constructor. Since existing mandatory fields are not modifiable, the type setter should have the same behaviour (to keep it consistent with the existing mandatory fields). This method should eventually be removed at the same time as the 2 arg constructor. Then only the optional element lang will have a setter.

Fixed

Details

Assignee

Reporter

Components

Fix versions

Affects versions

Priority

Created October 26, 2013 at 11:36 PM
Updated August 17, 2014 at 1:11 PM
Resolved January 20, 2014 at 2:45 AM