Skip to content
Snippets Groups Projects
Select Git revision
  • 34bff9fda12cb4e0cd2a19b9df61b87b48f66f9a
  • master default protected
  • no_scala_DSL
3 results

Table.scala

Blame
  • user avatar
    cmaeder authored
    34bff9fd
    History
    Table.scala 118 B
    object Table {
      val columns = List("fileName", "errType", "shortMsg", "errLevel", "longMsg")
      val name = "errors"
    }