Remove pre-3.2 deprecated classes and methods
Issue: SPR-12578
This commit is contained in:
@@ -321,16 +321,6 @@ public class CastorMarshaller extends AbstractMarshaller implements Initializing
|
||||
this.ignoreExtraElements = ignoreExtraElements;
|
||||
}
|
||||
|
||||
/**
|
||||
* Set the expected root object for the unmarshaller, into which the source will be unmarshalled.
|
||||
* @see org.exolab.castor.xml.Unmarshaller#setObject(Object)
|
||||
* @deprecated in favor of {@link #setRootObject}
|
||||
*/
|
||||
@Deprecated
|
||||
public void setObject(Object root) {
|
||||
this.rootObject = root;
|
||||
}
|
||||
|
||||
/**
|
||||
* Set the expected root object for the unmarshaller, into which the source will be unmarshalled.
|
||||
* @see org.exolab.castor.xml.Unmarshaller#setObject(Object)
|
||||
|
||||
Reference in New Issue
Block a user