Remove unused import

This commit is contained in:
Yana De Pauw
2020-05-29 13:19:20 +02:00
parent 614ad3d054
commit 72ac350250

View File

@@ -10,7 +10,6 @@ package org.dspace.app.rest.security;
import java.io.Serializable;
import org.apache.commons.lang3.StringUtils;
import org.dspace.app.rest.model.DiscoveryResultsRest;
import org.dspace.app.rest.model.SubmissionCCLicenseUrlRest;
import org.springframework.security.core.Authentication;
import org.springframework.stereotype.Component;