Remove unused import

This commit is contained in:
René Pfeuffer
2018-09-21 12:16:27 +02:00
parent 5d2c8591d3
commit 4c468c5743

View File

@@ -26,7 +26,6 @@ import javax.ws.rs.Produces;
import javax.ws.rs.QueryParam;
import javax.ws.rs.core.Response;
import java.io.IOException;
import java.text.MessageFormat;
public class BranchRootResource {