[Minor] JavaDoc clarification

This commit is contained in:
Robert von Burg 2013-10-24 20:07:34 +02:00
parent 6b12b31605
commit 80a7a326e0
1 changed files with 1 additions and 1 deletions

View File

@ -86,7 +86,7 @@ public interface StrolchElement extends Serializable, Comparable<StrolchElement>
* Returns an {@link Element} object which is an XML representation of this object
*
* @param doc
* the document to which this element is being written. The client should not append to the document, the
* the document to which this element is being written. The client must not append to the document, the
* caller will perform this as needed
*
* @return