From 8ac4511bde7aed4a83979368b01e6b5b263b515c Mon Sep 17 00:00:00 2001 From: Luca Frosini Date: Tue, 16 Apr 2024 14:54:41 +0200 Subject: [PATCH] Fixed property name --- .../contexts/reference/entities/Context.java | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/main/java/org/gcube/informationsystem/contexts/reference/entities/Context.java b/src/main/java/org/gcube/informationsystem/contexts/reference/entities/Context.java index f2900fa..dd4c060 100644 --- a/src/main/java/org/gcube/informationsystem/contexts/reference/entities/Context.java +++ b/src/main/java/org/gcube/informationsystem/contexts/reference/entities/Context.java @@ -71,17 +71,17 @@ public interface Context extends EntityElement, SchemaMixedElement { * }, * { * "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", - * "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)