DS-3740 add license and java doc

This commit is contained in:
Luigi Andrea Pascarelli
2017-11-08 17:57:32 +01:00
parent 72afc3107a
commit 0886e1ed99

View File

@@ -1,3 +1,10 @@
/**
* The contents of this file are subject to the license and copyright
* detailed in the LICENSE and NOTICE files at the root of the source
* tree and available online at
*
* http://www.dspace.org/license/
*/
package org.dspace.app.rest.submit;
import java.util.UUID;
@@ -14,6 +21,12 @@ import org.dspace.services.model.Request;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Component;
/**
* Service to manipulate in-progress submissions.
*
* @author Luigi Andrea Pascarelli (luigiandrea.pascarelli at 4science.it)
*
*/
@Component
public class SubmissionService {