This is an automated email from the ASF dual-hosted git repository.

ifesdjeen pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/cassandra.git


The following commit(s) were added to refs/heads/trunk by this push:
     new 9a43241  Ninja: fix incorrect import for guava lib in row util
9a43241 is described below

commit 9a432418f2277c40a1fe4b64049688d6354ecdca
Author: Alex Petrov <[email protected]>
AuthorDate: Wed May 19 18:40:13 2021 +0200

    Ninja: fix incorrect import for guava lib in row util
---
 test/distributed/org/apache/cassandra/distributed/impl/RowUtil.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/test/distributed/org/apache/cassandra/distributed/impl/RowUtil.java 
b/test/distributed/org/apache/cassandra/distributed/impl/RowUtil.java
index 847287d..1702b55 100644
--- a/test/distributed/org/apache/cassandra/distributed/impl/RowUtil.java
+++ b/test/distributed/org/apache/cassandra/distributed/impl/RowUtil.java
@@ -25,10 +25,10 @@ import java.util.Iterator;
 import java.util.List;
 
 import com.google.common.collect.Iterators;
+import com.google.common.collect.Lists;
 
 import com.datastax.driver.core.ResultSet;
 import com.datastax.driver.core.Row;
-import com.google.monitoring.runtime.instrumentation.common.collect.Lists;
 import org.apache.cassandra.cql3.ColumnSpecification;
 import org.apache.cassandra.cql3.UntypedResultSet;
 import org.apache.cassandra.distributed.api.QueryResults;

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to