remove unused imports

This commit is contained in:
xuwei-k
2017-01-13 15:04:38 +09:00
parent d19b2778fe
commit 076bc9e2d6
19 changed files with 11 additions and 32 deletions

View File

@@ -5,7 +5,7 @@ import java.util.Date
import gitbucket.core.model.Account
import gitbucket.core.service.{RequestCache, SystemSettingsService}
import gitbucket.core.controller.Context
import SystemSettingsService.{Lfs, SystemSettings}
import SystemSettingsService.SystemSettings
import javax.servlet.http.{HttpServletRequest, HttpSession}
import play.twirl.api.Html