Skip to content

Commit

Permalink
add Atomic trait to client
Browse files Browse the repository at this point in the history
  • Loading branch information
waxzce committed Nov 19, 2013
1 parent 7fd04fd commit b6e962b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ class CouchbaseBucket(val client: Option[CouchbaseClient], val hosts: List[Strin
}
}

object Couchbase extends Read with Write with Delete with Counters with Queries with JavaApi {
object Couchbase extends Read with Write with Delete with Counters with Queries with JavaApi with Atomic {

private val initMessage = "The CouchbasePlugin has not been initialized! Please edit your conf/play.plugins file and add the following line: '400:package org.ancelin.play2.couchbase.CouchbasePlugin' (400 is an arbitrary priority and may be changed to match your needs)."
private val connectMessage = "The CouchbasePlugin doesn't seems to be connected to a Couchbase server. Maybe an error occured!"
Expand Down

0 comments on commit b6e962b

Please sign in to comment.