This commit is contained in:
Arjen Poutsma
2008-10-08 09:18:46 +00:00
parent e6423696f3
commit 725ab96baa

View File

@@ -270,7 +270,7 @@ public class XStreamMarshaller extends AbstractMarshaller {
* @see XStream#omitField(Class, String)
*/
public void addOmittedField(Class type, String fieldName) {
xstream.omitField(type, fieldName);
getXStream().omitField(type, fieldName);
}
/**