intermittent commit

This commit is contained in:
Yana De Pauw
2020-08-14 10:15:06 +02:00
parent d1ee942bd4
commit 26935f9d23
12 changed files with 286 additions and 3 deletions

View File

@@ -82,6 +82,7 @@ public class Process implements ReloadableEntity<Integer> {
private Date creationTime;
public static final String BITSTREAM_TYPE_METADATAFIELD = "dspace.process.filetype";
public static final String OUTPUT_TYPE = "script_output";
protected Process() {
}