Fix javadoc comments in EmbeddedXMLObject.java
This commit is contained in:
parent
4fbb5644a8
commit
6891ed5688
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue