removed unused import

This commit is contained in:
Raf Ponsaerts
2020-12-23 15:10:29 +01:00
parent 74d1561357
commit 0927a3c6ba

View File

@@ -8,7 +8,6 @@
package org.dspace.app.rest; package org.dspace.app.rest;
import static org.hamcrest.Matchers.contains; import static org.hamcrest.Matchers.contains;
import static org.hamcrest.Matchers.empty;
import static org.hamcrest.Matchers.equalTo; import static org.hamcrest.Matchers.equalTo;
import static org.hamcrest.Matchers.hasSize; import static org.hamcrest.Matchers.hasSize;
import static org.hamcrest.Matchers.is; import static org.hamcrest.Matchers.is;