Skip to content
This repository has been archived by the owner on Feb 8, 2019. It is now read-only.

Commit

Permalink
Merge pull request #73 from VinceMacBuche/ust_6726/add_a_system_varia…
Browse files Browse the repository at this point in the history
…ble_to_manage_how_reports_are_sent

Fixes #6726: Add a system variable to manage how reports are sent
  • Loading branch information
fanf committed Jun 10, 2015
2 parents e9d9b00 + fc2f000 commit 9c98f9a
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -184,6 +184,10 @@ class SystemVariableSpecServiceImpl extends SystemVariableSpecService {
, multivalued = false
, isUniqueVariable = true
)
, SystemVariableSpec("REPORT_PROTOCOL" , "Which protocol should reporting use"
, multivalued = false
, isUniqueVariable = true
)
)

private[this] val varSpecsMap = varSpecs.map(x => (x.name -> x)).toMap
Expand Down

0 comments on commit 9c98f9a

Please sign in to comment.