Fixed property name
This commit is contained in:
parent
0559bc031f
commit
8ac4511bde
|
@ -75,13 +75,13 @@ public interface Context extends EntityElement, SchemaMixedElement {
|
||||||
* }
|
* }
|
||||||
* {
|
* {
|
||||||
* "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)
|
||||||
|
|
Loading…
Reference in New Issue