From 0472efaf36aa12f31fcdceaedafd90f7eb466542 Mon Sep 17 00:00:00 2001 From: Roberto Cirillo Date: Thu, 9 Sep 2021 15:58:57 +0200 Subject: [PATCH] add some comments --- .../transport/backend/operation/SoftCopyOperator.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/org/gcube/contentmanagement/blobstorage/transport/backend/operation/SoftCopyOperator.java b/src/main/java/org/gcube/contentmanagement/blobstorage/transport/backend/operation/SoftCopyOperator.java index 96acf11..90a46ef 100644 --- a/src/main/java/org/gcube/contentmanagement/blobstorage/transport/backend/operation/SoftCopyOperator.java +++ b/src/main/java/org/gcube/contentmanagement/blobstorage/transport/backend/operation/SoftCopyOperator.java @@ -127,7 +127,7 @@ public class SoftCopyOperator extends SoftCopy { ObjectId md5Id=getDuplicatesMap(md5); // check if the source object is already a map if(isMap(sourceObject)){ - logger.debug("the sourceObject with the following id: "+mapId+" is already a map"); + logger.debug("the sourceObject with the following id: "+sourceId+" is already a map"); mapId=sourceId; // then it's needed to add only the destObject to the map //first: create link object to destination place