You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by ee...@apache.org on 2010/01/05 21:34:45 UTC

svn commit: r896211 - /incubator/cassandra/trunk/contrib/client_only/ClientOnlyExample.java

Author: eevans
Date: Tue Jan  5 20:34:44 2010
New Revision: 896211

URL: http://svn.apache.org/viewvc?rev=896211&view=rev
Log:
update contrib/client_only

Patch by eevans for CASSANDRA-600

Modified:
    incubator/cassandra/trunk/contrib/client_only/ClientOnlyExample.java

Modified: incubator/cassandra/trunk/contrib/client_only/ClientOnlyExample.java
URL: http://svn.apache.org/viewvc/incubator/cassandra/trunk/contrib/client_only/ClientOnlyExample.java?rev=896211&r1=896210&r2=896211&view=diff
==============================================================================
--- incubator/cassandra/trunk/contrib/client_only/ClientOnlyExample.java (original)
+++ incubator/cassandra/trunk/contrib/client_only/ClientOnlyExample.java Tue Jan  5 20:34:44 2010
@@ -27,6 +27,7 @@
 import java.util.Arrays;
 import java.util.Collection;
 import java.util.List;
+import java.util.concurrent.TimeoutException;
 
 public class ClientOnlyExample
 {
@@ -112,7 +113,7 @@
             {
                 throw new RuntimeException(e);
             }
-            catch (TimedOutException e)
+            catch (TimeoutException e)
             {
                 throw new RuntimeException(e);
             }