Initial experimental implementation of the validation framework.

This commit is contained in:
takezoe
2013-04-14 03:22:02 +09:00
parent 813d36986b
commit b6294e368b
7 changed files with 114 additions and 36 deletions

View File

@@ -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.