<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -33,7 +33,7 @@ public class CASMutator&lt;T&gt; extends SpyObject {
 
 	private static final int MAX_TRIES=8192;
 
-	private final MemcachedClient client;
+	private final MemcachedClientIF client;
 	private final Transcoder&lt;T&gt; transcoder;
 	private final int max;
 
@@ -44,7 +44,7 @@ public class CASMutator&lt;T&gt; extends SpyObject {
 	 * @param tc the Transcoder to use
 	 * @param max_tries the maximum number of attempts to get a CAS to succeed
 	 */
-	public CASMutator(MemcachedClient c, Transcoder&lt;T&gt; tc, int max_tries) {
+	public CASMutator(MemcachedClientIF c, Transcoder&lt;T&gt; tc, int max_tries) {
 		super();
 		client=c;
 		transcoder=tc;
@@ -58,7 +58,7 @@ public class CASMutator&lt;T&gt; extends SpyObject {
 	 * @param tc the Transcoder to use
 	 * @param max_tries the maximum number of attempts to get a CAS to succeed
 	 */
-	public CASMutator(MemcachedClient c, Transcoder&lt;T&gt; tc) {
+	public CASMutator(MemcachedClientIF c, Transcoder&lt;T&gt; tc) {
 		this(c, tc, MAX_TRIES);
 	}
 </diff>
      <filename>src/main/java/net/spy/memcached/CASMutator.java</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>c3d30fa8f5efabe669e46a5cd2cefc6a0dd94071</id>
    </parent>
  </parents>
  <author>
    <name>Dustin Sallings</name>
    <email>dustin@spy.net</email>
  </author>
  <url>http://github.com/dustin/java-memcached-client/commit/4999cc49c3c37aa4d3eac9b4cb2134dc45df7862</url>
  <id>4999cc49c3c37aa4d3eac9b4cb2134dc45df7862</id>
  <committed-date>2009-06-20T18:20:00-07:00</committed-date>
  <authored-date>2009-06-20T18:20:00-07:00</authored-date>
  <message>Use a client interface for CASMutator.</message>
  <tree>1efa1483ba6548b8320125361e98331ac7969215</tree>
  <committer>
    <name>Dustin Sallings</name>
    <email>dustin@spy.net</email>
  </committer>
</commit>
