Advertisement
Guest User

Untitled

a guest
Sep 16th, 2014
226
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Scala 0.38 KB | None | 0 0
  1. [error] ClientServiceRepository.scala:74: not a legal formal parameter.
  2. [error] Note: Tuples cannot be directly destructured in method or function parameters.
  3. [error]       Either create a single parameter accepting the Tuple1,
  4. [error]       or consider a pattern matching anonymous function: `{ case (param1, param1) => ... }
  5. [error]       return Option(Map("client_service" => result))
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement