Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Mirrors
biopet.biopet
Commits
bea78535
Commit
bea78535
authored
Jun 07, 2015
by
Peter van 't Hof
Browse files
remove unneeded vals
parent
9e81b5cc
Changes
1
Hide whitespace changes
Inline
Side-by-side
public/biopet-framework/src/main/scala/nl/lumc/sasc/biopet/core/report/ReportPage.scala
View file @
bea78535
...
...
@@ -3,6 +3,6 @@ package nl.lumc.sasc.biopet.core.report
/**
* Created by pjvan_thof on 3/27/15.
*/
case
class
ReportPage
(
val
subPages
:
Map
[
String
,
ReportPage
],
val
sections
:
List
[(
String
,
ReportSection
)],
val
args
:
Map
[
String
,
Any
])
case
class
ReportPage
(
subPages
:
Map
[
String
,
ReportPage
],
sections
:
List
[(
String
,
ReportSection
)],
args
:
Map
[
String
,
Any
])
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment