removes unused import

This commit is contained in:
Sebastian Sdorra
2020-06-17 17:25:41 +02:00
parent 0b7e000860
commit c16c6e006e

View File

@@ -48,7 +48,6 @@ import javax.ws.rs.Produces;
import javax.ws.rs.QueryParam;
import javax.ws.rs.core.Response;
import java.io.IOException;
import java.util.Optional;
import static sonia.scm.ContextEntry.ContextBuilder.entity;
import static sonia.scm.NotFoundException.notFound;