mirror of
https://github.com/DSpace/DSpace.git
synced 2025-10-07 01:54:22 +00:00
Fix checkstyle violations by correcting order of imports
This commit is contained in:
@@ -21,8 +21,6 @@ import java.util.List;
|
||||
import javax.xml.parsers.ParserConfigurationException;
|
||||
import javax.xml.xpath.XPathExpressionException;
|
||||
|
||||
import org.oclc.oai.harvester2.verb.Identify;
|
||||
import org.oclc.oai.harvester2.verb.ListIdentifiers;
|
||||
import org.dspace.content.Collection;
|
||||
import org.dspace.core.Context;
|
||||
import org.dspace.harvest.dao.HarvestedCollectionDAO;
|
||||
@@ -33,6 +31,8 @@ import org.jdom2.Document;
|
||||
import org.jdom2.Element;
|
||||
import org.jdom2.Namespace;
|
||||
import org.jdom2.input.DOMBuilder;
|
||||
import org.oclc.oai.harvester2.verb.Identify;
|
||||
import org.oclc.oai.harvester2.verb.ListIdentifiers;
|
||||
import org.springframework.beans.factory.annotation.Autowired;
|
||||
import org.w3c.dom.DOMException;
|
||||
import org.xml.sax.SAXException;
|
||||
|
@@ -30,10 +30,6 @@ import java.util.TimeZone;
|
||||
import javax.xml.parsers.ParserConfigurationException;
|
||||
import javax.xml.xpath.XPathExpressionException;
|
||||
|
||||
import org.oclc.oai.harvester2.verb.GetRecord;
|
||||
import org.oclc.oai.harvester2.verb.Identify;
|
||||
import org.oclc.oai.harvester2.verb.ListMetadataFormats;
|
||||
import org.oclc.oai.harvester2.verb.ListRecords;
|
||||
import org.apache.commons.lang3.StringUtils;
|
||||
import org.apache.logging.log4j.LogManager;
|
||||
import org.apache.logging.log4j.Logger;
|
||||
@@ -76,6 +72,10 @@ import org.jdom2.Element;
|
||||
import org.jdom2.Namespace;
|
||||
import org.jdom2.input.DOMBuilder;
|
||||
import org.jdom2.output.XMLOutputter;
|
||||
import org.oclc.oai.harvester2.verb.GetRecord;
|
||||
import org.oclc.oai.harvester2.verb.Identify;
|
||||
import org.oclc.oai.harvester2.verb.ListMetadataFormats;
|
||||
import org.oclc.oai.harvester2.verb.ListRecords;
|
||||
import org.xml.sax.SAXException;
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user