Skip to content

Commit

Permalink
fix scala 2.10 warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
softprops committed Jun 11, 2013
1 parent 4627fd4 commit cbe2c70
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
3 changes: 3 additions & 0 deletions library/src/main/scala/client.scala
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
package ls

import scala.language.implicitConversions
import scala.language.reflectiveCalls

case class Client(host: String) {
import dispatch._
import java.net.URLEncoder.encode
Expand Down
2 changes: 2 additions & 0 deletions library/src/main/scala/props.scala
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
package ls

import scala.language.postfixOps

abstract class Props(resource: String) {
import scala.util.control.Exception.allCatch

Expand Down

0 comments on commit cbe2c70

Please sign in to comment.