Fixed property name

This commit is contained in:
Luca Frosini 2024-04-16 14:54:41 +02:00
parent 0559bc031f
commit 8ac4511bde
1 changed files with 3 additions and 3 deletions

View File

@ -71,17 +71,17 @@ public interface Context extends EntityElement, SchemaMixedElement {
* }, * },
* { * {
* "fullpath": "/gcube/devsec/myTestVRE", * "fullpath": "/gcube/devsec/myTestVRE",
* "time": "2023-12-13 16:13:12.336 +0000", * "time": "2023-12-13 16:13:12.336 +0000",
* } * }
* { * {
* "fullpath": "/gcube/devsec/myVRE", * "fullpath": "/gcube/devsec/myVRE",
* "time": "2023-12-18 12:37:48.172 +0000", // Same of lastUpdateTime * "time": "2023-12-18 12:37:48.172 +0000", // Same of lastUpdateTime in metadata
* } * }
* ] * ]
* ... * ...
* } * }
*/ */
public static final String CONTEXT_FULLPATH_CHANGES_LOG_PROPERTY = "fullpaths"; public static final String CONTEXT_FULLPATH_CHANGES_LOG_PROPERTY = "fullpathChangelog";
/** /**
* This information is provided to allowed user only (by role) * This information is provided to allowed user only (by role)