DATACASS-168: made BasicQueryCancellor public

This commit is contained in:
Matthew Adams
2014-09-22 12:15:45 -05:00
parent d1edce4f7e
commit ad08cc4065

View File

@@ -22,7 +22,7 @@ import com.datastax.driver.core.ResultSetFuture;
*
* @author Matthew T. Adams
*/
class BasicQueryCancellor implements QueryCancellor {
public class BasicQueryCancellor implements QueryCancellor {
ResultSetFuture rsf;