AVMStoreDescriptor - fix minor typo (for debugging)

git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@19835 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
Jan Vonka
2010-04-13 11:02:15 +00:00
parent d3816ad09b
commit 6a951fd480

View File

@@ -56,6 +56,7 @@ public class AVMStoreDescriptor implements Serializable
String creator,
long createDate)
{
fID = id;
fName = name;
fCreator = creator;
fCreateDate = createDate;