Merge branch 'feature-2.4/RM-3300' into 'release/V2.4'

Feature 2.4/rm 3300

See merge request !271
This commit is contained in:
Roxana Lucanu-Ghetu
2016-06-24 15:46:34 +01:00

View File

@@ -154,7 +154,7 @@ public class RecordAspect extends AbstractDisposableItem
kind = BehaviourKind.CLASS,
notificationFrequency = NotificationFrequency.TRANSACTION_COMMIT
)
public void onCreateReference(NodeRef fromNodeRef, NodeRef toNodeRef, QName reference)
public void onCreateReference(final NodeRef fromNodeRef, NodeRef toNodeRef, QName reference)
{
// Deal with versioned records
if (reference.equals(CUSTOM_REF_VERSIONS))