Forgot a break statement.

This commit is contained in:
J. Brisbin
2010-12-21 11:33:35 -06:00
parent 2037280713
commit 0bd601f91f

View File

@@ -252,6 +252,7 @@ public class RiakTemplate extends AbstractRiakTemplate implements BucketKeyValue
} catch (IOException ioe) {
throw new DataStoreOperationException(ioe.getMessage(), ioe);
}
break;
case NOT_FOUND:
// IGNORED
break;