Details
- 
        Type: Bug Bug
- 
        Status: Closed Closed
- 
            Resolution: Fixed
- 
            Affects Version/s: None
- 
            Fix Version/s: 1.2
- 
            Component/s: None
- 
            Labels:None
Description
The class:
com.thoughtworks.xstream.converters.collections.AbstractCollectionConverter
includes the deprecated field:
/**
- @deprecated As of 1.1.1, use 
{@link #mapper()}
*/ 
 protected String classAttributeIdentifier;
Surely this should read:
/**
- @deprecated As of 1.1.1, use 
{"class"}
*/ 
- or have I misunderstood the comments in the message:




Thanks for heads-up. Meanwhile the deprecated method is removed anyway ...