ATS-702 remove unneccessary imports

This commit is contained in:
David Edwards
2020-04-08 10:08:47 +01:00
parent c722166803
commit 12ad15269d

View File

@@ -29,7 +29,6 @@ package org.alfresco.transformer;
import java.io.IOException; import java.io.IOException;
import org.junit.Before; import org.junit.Before;
import org.junit.Test;
import org.junit.runner.RunWith; import org.junit.runner.RunWith;
import org.springframework.boot.test.autoconfigure.web.servlet.WebMvcTest; import org.springframework.boot.test.autoconfigure.web.servlet.WebMvcTest;
import org.springframework.boot.test.mock.mockito.SpyBean; import org.springframework.boot.test.mock.mockito.SpyBean;