There was an error while loading. Please reload this page.
1 parent 8ddf0af commit 2a39643Copy full SHA for 2a39643
1 file changed
dspace-api/src/main/java/org/dspace/app/itemupdate/ItemFilesMetadataRepair.java
@@ -1,4 +1,3 @@
1
-
2
/**
3
* The contents of this file are subject to the license and copyright
4
* detailed in the LICENSE and NOTICE files at the root of the source
@@ -35,6 +34,9 @@
35
34
import org.dspace.eperson.EPerson;
36
import org.dspace.eperson.factory.EPersonServiceFactory;
37
+/**
38
+ * Documentation for this class: https://github.com/ufal/clarin-dspace/pull/1243#issue-3236707035
39
+ */
40
public class ItemFilesMetadataRepair {
41
42
private static final Logger log = LogManager.getLogger(ItemFilesMetadataRepair.class);
0 commit comments