Skip to content

Commit

Permalink
Fix missing class definition
Browse files Browse the repository at this point in the history
  • Loading branch information
he-sk committed Sep 28, 2020
1 parent e964278 commit 031ae71
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ import scala.collection.mutable.ListBuffer
trait Model {

case class Pair(name: String, value: Any) {}
case class Section(name: String, entries: util.List[Pair]) {}

}

Expand Down

0 comments on commit 031ae71

Please sign in to comment.