Skip to content

Commit

Permalink
Patch compilation issue involving resolution of ambiguous IOTypes due…
Browse files Browse the repository at this point in the history
… to it being present at global scope
  • Loading branch information
lightvector authored and EC2 Default User committed Feb 7, 2016
1 parent 1866cc9 commit ace39f1
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions src/main/scala/org/playarimaa/server/ArimaaServlet.scala
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,14 @@ import org.json4s.jackson.Serialization
import org.playarimaa.server.CommonTypes._
import org.playarimaa.server.Utils._

object IOTypes {
case class SimpleError(error: String)
object ArimaaServlet {
object IOTypes {
case class SimpleError(error: String)
}
}

import org.playarimaa.server.AccountServlet._

class ArimaaServlet(val siteLogin: SiteLogin)
extends WebAppStack with JacksonJsonSupport with ScalateSupport {
// Sets up automatic case class to JSON output serialization, required by
Expand Down

0 comments on commit ace39f1

Please sign in to comment.