]> git.argeo.org Git - lgpl/argeo-commons.git/commitdiff
Add class Java doc
authorBruno Sinou <bsinou@argeo.org>
Wed, 7 Sep 2011 20:14:57 +0000 (20:14 +0000)
committerBruno Sinou <bsinou@argeo.org>
Wed, 7 Sep 2011 20:14:57 +0000 (20:14 +0000)
git-svn-id: https://svn.argeo.org/commons/trunk@4734 4cfe0d0a-d680-48aa-b62c-e0a02a3f76cc

server/runtime/org.argeo.server.jcr/src/main/java/org/argeo/jcr/VersionDiff.java

index fc120d18488c8730ad3bc304bbd2f96434fd6093..dab55548bcc227017a890b4398de2a9f01cc047c 100644 (file)
@@ -3,6 +3,14 @@ package org.argeo.jcr;
 import java.util.Calendar;
 import java.util.Map;
 
+/**
+ * Generic Object that enables the creation of history reports based on a JCR
+ * versionable node. userId and creation date are added to the map of
+ * PropertyDiff.
+ * 
+ * These two fields might be null
+ * 
+ */
 public class VersionDiff {
 
        private String userId;