Skip to content
Snippets Groups Projects
Commit b062c4f9 authored by Thomas Mortagne's avatar Thomas Mortagne
Browse files

XWIKI-21670: The versionPreserved instance output filter stream property defaults to false

* fix comments

(cherry picked from commit 352427e8)
parent f37ef2b4
No related branches found
No related tags found
No related merge requests found
......@@ -56,7 +56,7 @@ public class EntityInstanceOutputProperties extends InstanceOutputProperties
/**
* @return the comment to use when saving users
* @return the comment to use when saving documents
*/
@PropertyName("Save comment")
@PropertyDescription("The comment to use when saving a document")
......@@ -66,7 +66,7 @@ public String getSaveComment()
}
/**
* @param saveComment the version comment to use when saving users
* @param saveComment the version comment to use when saving documents
*/
public void setSaveComment(String saveComment)
{
......@@ -74,7 +74,7 @@ public void setSaveComment(String saveComment)
}
/**
* @return the author to use when saving users
* @return the author to use when saving documents
*/
@PropertyName("Save author")
@PropertyDescription("The author to use when saving a document")
......@@ -84,7 +84,7 @@ public DocumentReference getAuthor()
}
/**
* @param author the author to use when saving users
* @param author the author to use when saving documents
*/
public void setAuthor(DocumentReference author)
{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment