mirror of
https://github.com/gitbucket/gitbucket.git
synced 2025-11-07 22:15:51 +01:00
Initial experimental implementation of the validation framework.
This commit is contained in:
@@ -18,7 +18,7 @@ case class CommitInfo(id: String, time: Date, committer: String, message: String
|
||||
/**
|
||||
* The repository viewer.
|
||||
*/
|
||||
class RepositoryViewerServlet extends ScalatraServlet with ServletBase {
|
||||
class RepositoryViewerServlet extends ServletBase {
|
||||
|
||||
/**
|
||||
* Shows user information.
|
||||
|
||||
Reference in New Issue
Block a user