mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-07 17:49:17 +00:00
Fixed minor issues (Trailing Comment) reported in Sonar
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/modules/recordsmanagement/HEAD@85865 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -308,7 +308,8 @@ public class RecordableVersionServiceImpl extends Version2ServiceImpl
|
|||||||
ChildAssociationRef childAssocRef = dbNodeService.createNode(
|
ChildAssociationRef childAssocRef = dbNodeService.createNode(
|
||||||
versionHistoryRef,
|
versionHistoryRef,
|
||||||
Version2Model.CHILD_QNAME_VERSIONS,
|
Version2Model.CHILD_QNAME_VERSIONS,
|
||||||
QName.createQName(Version2Model.NAMESPACE_URI, Version2Model.CHILD_VERSIONS + "-" + versionNumber), // TODO - testing - note: all children (of a versioned node) will have the same version number, maybe replace with a version sequence of some sort 001-...00n
|
// TODO - testing - note: all children (of a versioned node) will have the same version number, maybe replace with a version sequence of some sort 001-...00n
|
||||||
|
QName.createQName(Version2Model.NAMESPACE_URI, Version2Model.CHILD_VERSIONS + "-" + versionNumber),
|
||||||
sourceTypeRef,
|
sourceTypeRef,
|
||||||
null);
|
null);
|
||||||
versionNodeRef = childAssocRef.getChildRef();
|
versionNodeRef = childAssocRef.getChildRef();
|
||||||
|
Reference in New Issue
Block a user