Remove extraneous import

Signed-off-by: Andrew DeMaria <lostonamountain@gmail.com>
This commit is contained in:
Andrew DeMaria
2017-09-16 09:59:20 -06:00
parent 1c995c5de8
commit 6ec86ff676
@@ -48,7 +48,6 @@ import org.springframework.web.bind.annotation.RequestMapping;
import org.springframework.web.bind.annotation.RequestMethod; import org.springframework.web.bind.annotation.RequestMethod;
import org.springframework.web.servlet.ModelAndView; import org.springframework.web.servlet.ModelAndView;
import org.subsonic.restapi.*; import org.subsonic.restapi.*;
import org.subsonic.restapi.Error;
import org.subsonic.restapi.PodcastStatus; import org.subsonic.restapi.PodcastStatus;
import javax.servlet.http.HttpServletRequest; import javax.servlet.http.HttpServletRequest;