From a997aa6539d1f0af4ab4fc395ff2033335da312a Mon Sep 17 00:00:00 2001 From: vlad Date: Fri, 30 Jun 2017 12:29:54 -0700 Subject: Latest PDS UI utils --- .../xyz/driver/pdsuidomain/formats/json/hypothesis/ApiHypothesis.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/main/scala/xyz/driver/pdsuidomain/formats/json/hypothesis/ApiHypothesis.scala') diff --git a/src/main/scala/xyz/driver/pdsuidomain/formats/json/hypothesis/ApiHypothesis.scala b/src/main/scala/xyz/driver/pdsuidomain/formats/json/hypothesis/ApiHypothesis.scala index 0d6763c..7446ec3 100644 --- a/src/main/scala/xyz/driver/pdsuidomain/formats/json/hypothesis/ApiHypothesis.scala +++ b/src/main/scala/xyz/driver/pdsuidomain/formats/json/hypothesis/ApiHypothesis.scala @@ -15,7 +15,7 @@ object ApiHypothesis { (JsPath \ "name").format[String] and (JsPath \ "treatmentType").format[String] and (JsPath \ "description").format[String] - ) (ApiHypothesis.apply, unlift(ApiHypothesis.unapply)) + )(ApiHypothesis.apply, unlift(ApiHypothesis.unapply)) def fromDomain(hypothesis: Hypothesis) = ApiHypothesis( id = hypothesis.id.id, -- cgit v1.2.3