From 80a7a326e000df378b578fdad5cc20c1e86aea8e Mon Sep 17 00:00:00 2001 From: Robert von Burg Date: Thu, 24 Oct 2013 20:07:34 +0200 Subject: [PATCH] [Minor] JavaDoc clarification --- src/main/java/li/strolch/model/StrolchElement.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/li/strolch/model/StrolchElement.java b/src/main/java/li/strolch/model/StrolchElement.java index d30e5c034..e9cfd3ca0 100644 --- a/src/main/java/li/strolch/model/StrolchElement.java +++ b/src/main/java/li/strolch/model/StrolchElement.java @@ -86,7 +86,7 @@ public interface StrolchElement extends Serializable, Comparable * 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