Skip to content

Commit

Permalink
Added an explicit type to help the type inferencer
Browse files Browse the repository at this point in the history
  • Loading branch information
dpp committed Apr 18, 2012
1 parent 88518af commit 7fed756
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/scala/code/lib/IssuerREST.scala
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,9 @@ object IssuerREST extends RestHelper {
case (XmlSelect, c, _) => c.toXml
}

serveJx {
serveJx[CDD] {
"api" / "test" prefixJx {
case Get("cdd" :: Nil, _) => getCdd
}
}
}
}

0 comments on commit 7fed756

Please sign in to comment.