jonmeredith commented on code in PR #2326:
URL: https://github.com/apache/cassandra/pull/2326#discussion_r1200965532


##########
test/distributed/org/apache/cassandra/distributed/impl/AbstractCluster.java:
##########
@@ -70,13 +70,13 @@
 import org.apache.cassandra.distributed.api.NodeToolResult;
 import org.apache.cassandra.distributed.api.TokenSupplier;
 import org.apache.cassandra.distributed.shared.InstanceClassLoader;
-import org.apache.cassandra.distributed.shared.Isolated;
 import org.apache.cassandra.distributed.shared.MessageFilters;
 import org.apache.cassandra.distributed.shared.Metrics;
 import org.apache.cassandra.distributed.shared.NetworkTopology;
-import org.apache.cassandra.distributed.shared.Shared;
 import org.apache.cassandra.distributed.shared.ShutdownException;
 import org.apache.cassandra.distributed.shared.Versions;
+import org.apache.cassandra.utils.Isolated;
+import org.apache.cassandra.utils.Shared;

Review Comment:
   not sure if the UI isn't updating right, but theses two should be after 
`org.apache.cassandra.utils.FBUtilities`



##########
test/distributed/org/apache/cassandra/distributed/impl/Instance.java:
##########
@@ -88,6 +101,7 @@
 import org.apache.cassandra.distributed.mock.nodetool.InternalNodeProbeFactory;
 import org.apache.cassandra.distributed.shared.Metrics;
 import org.apache.cassandra.gms.ApplicationState;
+import org.apache.cassandra.utils.ReflectionUtils;

Review Comment:
   import should be later in file



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


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

Reply via email to