mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-07 17:49:17 +00:00
Missing JavaScript API javadoc on creating a new node version as spotted by TonyB
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@32072 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -2193,6 +2193,8 @@ public class ScriptNode implements Scopeable, NamespacePrefixResolverProvider
|
|||||||
*
|
*
|
||||||
* @param history Version history note
|
* @param history Version history note
|
||||||
* @param majorVersion True to save as a major version increment, false for minor version.
|
* @param majorVersion True to save as a major version increment, false for minor version.
|
||||||
|
*
|
||||||
|
* @return ScriptVersion object representing the newly added version node
|
||||||
*/
|
*/
|
||||||
public ScriptVersion createVersion(String history, boolean majorVersion)
|
public ScriptVersion createVersion(String history, boolean majorVersion)
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user