91356: Add comment (feedback)

This commit is contained in:
Bruno Roemers
2022-06-16 13:35:22 +02:00
parent bc2b53b9c5
commit 0159ce0315

View File

@@ -158,6 +158,8 @@ public class BundleServiceImpl extends DSpaceObjectServiceImpl<Bundle> implement
}
bundle.addBitstream(bitstream);
// If a bitstream is moved from one bundle to another it may be temporarily flagged as deleted
// (when removed from the original bundle)
if (bitstream.isDeleted()) {
bitstream.setDeleted(false);
}