fix the build

git-svn-id: https://svn.apache.org/repos/asf/cassandra/trunk@979470 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Gary Dusbabek 2010-07-26 22:17:30 +00:00
parent 77e3578577
commit 9064f4c33a
1 changed files with 5 additions and 0 deletions

View File

@ -37,6 +37,7 @@ import org.apache.avro.generic.GenericArray;
import org.apache.avro.generic.GenericData;
import org.apache.avro.ipc.AvroRemoteException;
import org.apache.avro.util.Utf8;
import org.apache.cassandra.thrift.*;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
@ -163,6 +164,10 @@ public class CassandraServer implements Cassandra {
{
throw new UnavailableException();
}
catch (org.apache.cassandra.thrift.InvalidRequestException e)
{
throw new InvalidRequestException();
}
finally
{
release();