Fix javadoc comments in EmbeddedXMLObject.java

This commit is contained in:
Nigel Hawkins 2010-10-28 13:41:37 +01:00 committed by Caolán McNamara
parent 4fbb5644a8
commit 6891ed5688

View file

@ -138,7 +138,7 @@ public class EmbeddedXMLObject extends EmbeddedObject {
/**
* Sets the settings data for the embedded object.
*
* @param styles DOM representation of the object's styles.
* @param settings DOM representation of the object's styles.
*/
public void setSettingsDOM(Document settings) {
settingsDOM = settings;