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:
Kevin Roast
2011-11-17 18:29:12 +00:00
parent 2c4b046ba6
commit 10bd3e40dc

View File

@@ -2193,6 +2193,8 @@ public class ScriptNode implements Scopeable, NamespacePrefixResolverProvider
*
* @param history Version history note
* @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)
{