mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-07-24 17:32:48 +00:00
Extended VersionDescriptor to include new short and long descriptions.
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/BRANCHES/WCM-DEV2/root@4292 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -531,7 +531,9 @@ public class AVMStoreImpl implements AVMStore, Serializable
|
||||
new VersionDescriptor(fName,
|
||||
vr.getVersionID(),
|
||||
vr.getCreator(),
|
||||
vr.getCreateDate());
|
||||
vr.getCreateDate(),
|
||||
vr.getTag(),
|
||||
vr.getDescription());
|
||||
descs.add(desc);
|
||||
}
|
||||
return descs;
|
||||
@@ -555,7 +557,9 @@ public class AVMStoreImpl implements AVMStore, Serializable
|
||||
new VersionDescriptor(fName,
|
||||
vr.getVersionID(),
|
||||
vr.getCreator(),
|
||||
vr.getCreateDate());
|
||||
vr.getCreateDate(),
|
||||
vr.getTag(),
|
||||
vr.getDescription());
|
||||
descs.add(desc);
|
||||
}
|
||||
return descs;
|
||||
|
Reference in New Issue
Block a user