Consider a forgotten match case
authorChristos KK Loverdos <loverdos@gmail.com>
Mon, 2 Jul 2012 11:14:00 +0000 (14:14 +0300)
committerChristos KK Loverdos <loverdos@gmail.com>
Mon, 2 Jul 2012 11:14:00 +0000 (14:14 +0300)
commit0add59ff09508c3815d6ec94111f60cbc6764216
treef38c9de5664b31c872e14bc397383dc1cec044bf
parent923b16bfee82e7297479674b16c0051b548ce618
Consider a forgotten match case

Note that the now two last cases can be merged to one like this:

- case _ => ...

but we keep them separate just to make it clear what is going on and to
easily change the response for each case if such a need arises.
src/main/scala/gr/grnet/aquarium/service/FinagleRESTService.scala